mirror of
https://github.com/internetee/registry.git
synced 2025-08-19 07:53:51 +02:00
Revert "Registry 663"
This commit is contained in:
parent
7ed42b6e82
commit
1690f49575
26 changed files with 165 additions and 308 deletions
|
@ -1,5 +0,0 @@
|
|||
class RemoveDomainContactsContactType < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :domain_contacts, :contact_type, :string
|
||||
end
|
||||
end
|
|
@ -1,5 +0,0 @@
|
|||
class AddDomainContactsContactIdFk < ActiveRecord::Migration
|
||||
def change
|
||||
add_foreign_key :domain_contacts, :contacts, name: 'domain_contacts_contact_id_fk'
|
||||
end
|
||||
end
|
|
@ -1,5 +0,0 @@
|
|||
class AddDomainContactsDomainIdFk < ActiveRecord::Migration
|
||||
def change
|
||||
add_foreign_key :domain_contacts, :domains, name: 'domain_contacts_domain_id_fk'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue