mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
parent
579da84c58
commit
59e1e18d32
8 changed files with 29 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeRegistrarAccountingCustomerCodeToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :registrars, :accounting_customer_code, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue