Enable soft_deletion of Legislation::Question::Translations

This commit is contained in:
Senén Rodero Rodríguez
2019-01-21 13:28:26 +01:00
committed by voodoorai2000
parent e0649f983f
commit 441f0773a6
3 changed files with 10 additions and 0 deletions

View File

@@ -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