mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
parent
e3abdc2394
commit
ea08abf9e8
2 changed files with 12 additions and 3 deletions
|
@ -0,0 +1,7 @@
|
|||
class AddDomainTransfersConstraints < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :domain_transfers, :domain_id, false
|
||||
change_column_null :domain_transfers, :old_registrar_id, false
|
||||
change_column_null :domain_transfers, :new_registrar_id, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue