feat(repetition): make champ repetition discardable

This commit is contained in:
Paul Chavard 2024-10-10 11:01:20 +02:00
parent e44a3d3016
commit 3da8c4b672
No known key found for this signature in database
3 changed files with 16 additions and 0 deletions

View file

@ -250,6 +250,7 @@ ActiveRecord::Schema[7.0].define(version: 2024_11_26_145420) do
create_table "champs", id: :serial, force: :cascade do |t|
t.datetime "created_at", precision: nil
t.jsonb "data"
t.datetime "discarded_at"
t.integer "dossier_id"
t.integer "etablissement_id"
t.string "external_id"