Add Registrant User

This commit is contained in:
Martin Lensment 2015-05-14 18:02:31 +03:00
parent 412ececd9c
commit ca2183817a
8 changed files with 57 additions and 51 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: 20150513080013) do
ActiveRecord::Schema.define(version: 20150514132606) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -908,6 +908,7 @@ ActiveRecord::Schema.define(version: 20150513080013) do
t.text "csr"
t.text "crt"
t.string "type"
t.string "registrant_ident"
end
add_index "users", ["identity_code"], name: "index_users_on_identity_code", using: :btree