mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
5 lines
168 B
Ruby
5 lines
168 B
Ruby
class AddDomainContactsDomainIdFk < ActiveRecord::Migration
|
|
def change
|
|
add_foreign_key :domain_contacts, :domains, name: 'domain_contacts_domain_id_fk'
|
|
end
|
|
end
|