mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
User import added
This commit is contained in:
parent
a3272fab43
commit
66d7d80bcc
6 changed files with 57 additions and 2 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