Merge pull request #4139 from Keirua/fix/confirm-on-delete-champ
#4137 - Ajout d'un confirm à la suppression d'un champ
This commit is contained in:
commit
6f3fde21f2
3 changed files with 17 additions and 7 deletions
|
@ -513,6 +513,7 @@ ActiveRecord::Schema.define(version: 2019_07_17_151228) do
|
|||
t.boolean "durees_conservation_required", default: true
|
||||
t.string "path"
|
||||
t.string "declarative_with_state"
|
||||
t.text "monavis"
|
||||
t.text "monavis_embed"
|
||||
t.index ["declarative_with_state"], name: "index_procedures_on_declarative_with_state"
|
||||
t.index ["hidden_at"], name: "index_procedures_on_hidden_at"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue