diff --git a/app/models/dossier.rb b/app/models/dossier.rb index 7cb4c3a78..d32223b20 100644 --- a/app/models/dossier.rb +++ b/app/models/dossier.rb @@ -27,6 +27,7 @@ # last_champ_private_updated_at :datetime # last_champ_updated_at :datetime # last_commentaire_updated_at :datetime +# migrated_champ_routage :boolean # motivation :text # prefill_token :string # prefilled :boolean diff --git a/app/models/procedure.rb b/app/models/procedure.rb index e2d783a92..bbd74e54d 100644 --- a/app/models/procedure.rb +++ b/app/models/procedure.rb @@ -30,6 +30,7 @@ # lien_notice :string # lien_site_web :string # max_duree_conservation_dossiers_dans_ds :integer default(12) +# migrated_champ_routage :boolean # monavis_embed :text # opendata :boolean default(TRUE) # organisation :string diff --git a/app/models/procedure_revision.rb b/app/models/procedure_revision.rb index b6ad0f82e..5a86c0ced 100644 --- a/app/models/procedure_revision.rb +++ b/app/models/procedure_revision.rb @@ -3,6 +3,7 @@ # Table name: procedure_revisions # # id :bigint not null, primary key +# migrated_champ_routage :boolean # published_at :datetime # created_at :datetime not null # updated_at :datetime not null diff --git a/db/schema.rb b/db/schema.rb index d541d92ed..795d9f040 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2023_01_10_181426) do +ActiveRecord::Schema.define(version: 2023_01_11_094621) do # These are extensions that must be enabled in order to support this database enable_extension "pgcrypto" @@ -376,6 +376,7 @@ ActiveRecord::Schema.define(version: 2023_01_10_181426) do t.datetime "last_champ_private_updated_at" t.datetime "last_champ_updated_at" t.datetime "last_commentaire_updated_at" + t.boolean "migrated_champ_routage" t.text "motivation" t.bigint "parent_dossier_id" t.string "prefill_token" @@ -678,6 +679,7 @@ ActiveRecord::Schema.define(version: 2023_01_10_181426) do t.bigint "attestation_template_id" t.datetime "created_at", null: false t.bigint "dossier_submitted_message_id" + t.boolean "migrated_champ_routage" t.bigint "procedure_id", null: false t.datetime "published_at" t.datetime "updated_at", null: false @@ -720,6 +722,7 @@ ActiveRecord::Schema.define(version: 2023_01_10_181426) do t.string "lien_notice" t.string "lien_site_web" t.integer "max_duree_conservation_dossiers_dans_ds", default: 12 + t.boolean "migrated_champ_routage" t.text "monavis_embed" t.boolean "opendata", default: true t.string "organisation"