Merge pull request #9238 from colinux/fix-invalid-schema

Tech: fix missing column procedures#description_pj
This commit is contained in:
mfo 2023-06-23 08:18:50 +00:00 committed by GitHub
commit d53b4fbb10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_05_17_085816) do
ActiveRecord::Schema[7.0].define(version: 2023_06_21_161733) do
# These are extensions that must be enabled in order to support this database
enable_extension "pgcrypto"
enable_extension "plpgsql"
@ -722,6 +722,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_05_17_085816) do
t.string "declarative_with_state"
t.bigint "defaut_groupe_instructeur_id"
t.string "description"
t.string "description_pj"
t.string "description_target_audience"
t.string "direction"
t.datetime "dossiers_count_computed_at", precision: 6