Contact importing

This commit is contained in:
Martin Lensment 2015-03-02 17:05:14 +02:00 committed by Priit Tark
parent 20f8192f78
commit e195d3948e
5 changed files with 92 additions and 46 deletions

View file

@ -0,0 +1,5 @@
class AddLegacyColumnsForAddress < ActiveRecord::Migration
def change
add_column :addresses, :legacy_contact_id, :integer
end
end