User import added

This commit is contained in:
Stas 2015-10-30 13:56:15 +02:00
parent a3272fab43
commit 66d7d80bcc
6 changed files with 57 additions and 2 deletions

View file

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