mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
6 lines
176 B
Ruby
6 lines
176 B
Ruby
class AddConstraintsPartIi < ActiveRecord::Migration
|
|
def change
|
|
change_column_null :white_ips, :registrar_id, false
|
|
add_foreign_key :white_ips, :registrars
|
|
end
|
|
end
|