add schema and annotation
This commit is contained in:
parent
28ab19e4f7
commit
bd3fbbce49
4 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue