mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Update schema file
This commit is contained in:
parent
41f3bf3078
commit
c9714aaa5d
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,8 @@
|
||||||
#
|
#
|
||||||
# It's strongly recommended that you check this file into your version control system.
|
# It's strongly recommended that you check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema.define(version: 20150610112238) do
|
ActiveRecord::Schema.define(version: 20150609103333) do
|
||||||
|
|
||||||
# These are extensions that must be enabled in order to support this database
|
# These are extensions that must be enabled in order to support this database
|
||||||
enable_extension "plpgsql"
|
enable_extension "plpgsql"
|
||||||
|
|
||||||
|
@ -305,7 +306,6 @@ ActiveRecord::Schema.define(version: 20150610112238) do
|
||||||
t.datetime "registrant_verification_asked_at"
|
t.datetime "registrant_verification_asked_at"
|
||||||
t.string "registrant_verification_token"
|
t.string "registrant_verification_token"
|
||||||
t.json "pending_json"
|
t.json "pending_json"
|
||||||
t.datetime "force_delete_at"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "domains", ["delete_at"], name: "index_domains_on_delete_at", using: :btree
|
add_index "domains", ["delete_at"], name: "index_domains_on_delete_at", using: :btree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue