mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Merge branch 'master' of github.com:domify/registry
Conflicts: db/schema.rb
This commit is contained in:
commit
ab4318c801
21 changed files with 135 additions and 819 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameDomainOwnerToRegistrant < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :domains, :owner_contact_id, :registrant_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue