This commit is contained in:
Priit Tark 2015-05-21 11:24:44 +03:00
parent 17bf5c373e
commit d444552b9b
9 changed files with 31 additions and 273 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: 20150520163237) do
ActiveRecord::Schema.define(version: 20150520164507) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -954,7 +954,7 @@ ActiveRecord::Schema.define(version: 20150520163237) do
t.text "crt"
t.string "type"
t.string "registrant_ident"
t.string "encrypted_password", default: "", null: false
t.string "encrypted_password", default: ""
t.datetime "remember_created_at"
t.integer "failed_attempts", default: 0, null: false
t.datetime "locked_at"