mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
parent
b20e31f3c8
commit
930a59ae67
4 changed files with 34 additions and 17 deletions
|
@ -0,0 +1,6 @@
|
|||
class ChangeDomainRegistrarAndRegistrantToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :domains, :registrar_id, :integer, null: false
|
||||
change_column :domains, :registrant_id, :integer, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue