From 2124151a7afc80704ce5ee5f2ceb664a0bcac89e Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Fri, 1 Dec 2023 10:49:15 +0000 Subject: [PATCH] feat: include schema --- db/schema.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 7eda570d1..55b1d48dd 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_10_23_142854) do +ActiveRecord::Schema[7.0].define(version: 2023_11_27_125729) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -355,6 +355,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_10_23_142854) 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 @@ -659,6 +660,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_10_23_142854) do t.string "old_visible_id" t.integer "total_units" t.boolean "confirmed" + t.datetime "merge_date" t.index ["owning_organisation_id"], name: "index_schemes_on_owning_organisation_id" end