mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Transfer should add copy_from_id
This commit is contained in:
parent
180c159ed4
commit
2438a4ac75
6 changed files with 83 additions and 40 deletions
5
db/migrate/20150910113839_add_copy_from_id.rb
Normal file
5
db/migrate/20150910113839_add_copy_from_id.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddCopyFromId < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :copy_from_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue