mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Save and restore statuses when setting and unsetting force delete #2845
This commit is contained in:
parent
2c0de95363
commit
9157f861d8
4 changed files with 32 additions and 13 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20150803080914) do
|
||||
ActiveRecord::Schema.define(version: 20150810114746) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -329,6 +329,7 @@ ActiveRecord::Schema.define(version: 20150803080914) do
|
|||
t.string "statuses", array: true
|
||||
t.boolean "reserved", default: false
|
||||
t.hstore "status_notes"
|
||||
t.string "statuses_backup", default: [], array: true
|
||||
end
|
||||
|
||||
add_index "domains", ["delete_at"], name: "index_domains_on_delete_at", using: :btree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue