Merge branch '105046446-users_import' into staging

This commit is contained in:
Stas 2015-10-30 18:10:58 +02:00
commit 168efc98fa
6 changed files with 185 additions and 1096 deletions

View file

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