mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Merge branch '105046446-users_import' into staging
This commit is contained in:
commit
168efc98fa
6 changed files with 185 additions and 1096 deletions
5
db/migrate/20151029152638_add_legacy_id_to_users.rb
Normal file
5
db/migrate/20151029152638_add_legacy_id_to_users.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddLegacyIdToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :legacy_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue