diff --git a/db/schema.rb b/db/schema.rb index b3c7e3797..610f2f1a4 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[7.0].define(version: 2023_11_21_131725) do +ActiveRecord::Schema[7.0].define(version: 2023_12_04_101105) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -661,6 +661,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_11_21_131725) do t.string "old_visible_id" t.integer "total_units" t.boolean "confirmed" + t.datetime "startdate" t.index ["owning_organisation_id"], name: "index_schemes_on_owning_organisation_id" end