Transfer should add copy_from_id

This commit is contained in:
Priit Tark 2015-09-10 14:49:37 +03:00
parent 180c159ed4
commit 2438a4ac75
6 changed files with 83 additions and 40 deletions

View file

@ -0,0 +1,5 @@
class AddCopyFromId < ActiveRecord::Migration
def change
add_column :contacts, :copy_from_id, :integer
end
end