From 4ed15917ef8014f1a708447bf521db4b3969d49a Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 4 Dec 2023 13:42:58 +0000 Subject: [PATCH] feat: update schema --- db/schema.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index ba197acb6..7eda570d1 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_12_04_101105) do +ActiveRecord::Schema[7.0].define(version: 2023_10_23_142854) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -659,7 +659,6 @@ ActiveRecord::Schema[7.0].define(version: 2023_12_04_101105) 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