mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Added user identity index
This commit is contained in:
parent
45bed63cad
commit
29f092cb70
2 changed files with 8 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20150402114712) do
|
||||
ActiveRecord::Schema.define(version: 20150413140933) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -634,6 +634,8 @@ ActiveRecord::Schema.define(version: 20150402114712) do
|
|||
t.string "type"
|
||||
end
|
||||
|
||||
add_index "users", ["identity_code"], name: "index_users_on_identity_code", using: :btree
|
||||
|
||||
create_table "versions", force: :cascade do |t|
|
||||
t.text "depricated_table_but_somehow_paper_trail_tests_fails_without_it"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue