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:
Paul Chavard 2019-07-31 12:31:44 +02:00 committed by GitHub
commit 6f3fde21f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 7 deletions

View file

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