WIP with contact import

This commit is contained in:
Martin Lensment 2015-02-27 12:15:28 +02:00 committed by Priit Tark
parent 3149d0731d
commit a598b46723
4 changed files with 63 additions and 3 deletions

View file

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