chore(schema): +procedures#piece_justificative_multiple

This commit is contained in:
Colin Darie 2022-11-07 18:08:38 +01:00
parent ed1c6ec515
commit 0014ce4b91
3 changed files with 11 additions and 0 deletions

View file

@ -664,6 +664,7 @@ ActiveRecord::Schema.define(version: 2022_11_30_113745) do
t.string "organisation"
t.bigint "parent_procedure_id"
t.string "path", null: false
t.boolean "piece_justificative_multiple", default: true, null: false
t.boolean "procedure_expires_when_termine_enabled", default: true
t.datetime "published_at"
t.bigint "published_revision_id"