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

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150921111842) do
ActiveRecord::Schema.define(version: 20151029152638) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -1053,6 +1053,7 @@ ActiveRecord::Schema.define(version: 20150921111842) do
t.datetime "remember_created_at"
t.integer "failed_attempts", default: 0, null: false
t.datetime "locked_at"
t.integer "legacy_id"
end
add_index "users", ["identity_code"], name: "index_users_on_identity_code", using: :btree