Merge branch 'epp'#

This commit is contained in:
Priit Tark 2015-05-22 13:20:51 +03:00
commit b5f3b8d6e0
10 changed files with 31 additions and 273 deletions

View file

@ -12,7 +12,6 @@
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150521120145) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -957,7 +956,7 @@ ActiveRecord::Schema.define(version: 20150521120145) 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"