[#10951] Create a cron job to warn user with a old brouillon
This commit is contained in:
parent
b77a5f4c6e
commit
38e9ca4979
10 changed files with 221 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[7.0].define(version: 2024_11_12_090128) do
|
||||
ActiveRecord::Schema[7.0].define(version: 2024_11_26_145420) do
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "pg_buffercache"
|
||||
enable_extension "pg_stat_statements"
|
||||
|
@ -505,6 +505,7 @@ ActiveRecord::Schema[7.0].define(version: 2024_11_12_090128) do
|
|||
t.string "mandataire_first_name"
|
||||
t.string "mandataire_last_name"
|
||||
t.text "motivation"
|
||||
t.datetime "notified_soon_deleted_sent_at", precision: nil
|
||||
t.bigint "parent_dossier_id"
|
||||
t.string "prefill_token"
|
||||
t.boolean "prefilled"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue