Enable soft_deletion of Legislation::Question::Translations
This commit is contained in:
committed by
voodoorai2000
parent
e0649f983f
commit
441f0773a6
@@ -902,6 +902,8 @@ ActiveRecord::Schema.define(version: 20190607160900) do
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.text "title"
|
||||
t.datetime "hidden_at"
|
||||
t.index ["hidden_at"], name: "index_legislation_question_translations_on_hidden_at", using: :btree
|
||||
t.index ["legislation_question_id"], name: "index_d34cc1e1fe6d5162210c41ce56533c5afabcdbd3", using: :btree
|
||||
t.index ["locale"], name: "index_legislation_question_translations_on_locale", using: :btree
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user