mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Add Registrant User
This commit is contained in:
parent
412ececd9c
commit
ca2183817a
8 changed files with 57 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue