From 026aeb893fc8bef1ea360437e5af96fae8425b46 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 4 Dec 2023 12:18:30 +0000 Subject: [PATCH] feat: update schema --- db/schema.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index 55b1d48dd..ba197acb6 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_27_125729) 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" @@ -355,7 +355,6 @@ ActiveRecord::Schema[7.0].define(version: 2023_11_27_125729) do t.datetime "startdate" t.string "location_admin_district" t.boolean "confirmed" - t.datetime "merge_date" t.index ["old_id"], name: "index_locations_on_old_id", unique: true t.index ["scheme_id"], name: "index_locations_on_scheme_id" end @@ -660,7 +659,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_11_27_125729) do t.string "old_visible_id" t.integer "total_units" t.boolean "confirmed" - t.datetime "merge_date" + t.datetime "startdate" t.index ["owning_organisation_id"], name: "index_schemes_on_owning_organisation_id" end