From dfdc1486b9ca01dcf311fe0b7ef949a508cb9540 Mon Sep 17 00:00:00 2001 From: Ted-U <92022120+Ted-U@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:36:01 +0100 Subject: [PATCH] run migration --- db/schema.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index 8ebce5bdf..7f0a843d0 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,11 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -<<<<<<< HEAD ActiveRecord::Schema[7.0].define(version: 2022_09_29_105157) do -======= -ActiveRecord::Schema[7.0].define(version: 2022_09_27_144455) do ->>>>>>> 4cbe8d92 (add type of building question to sales) # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -343,10 +339,10 @@ ActiveRecord::Schema[7.0].define(version: 2022_09_27_144455) do t.string "sex1" t.integer "buy1livein" t.integer "buylivein" + t.integer "builtype" t.integer "proptype" t.integer "age2" t.integer "age2_known" - t.integer "builtype" t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id" t.index ["managing_organisation_id"], name: "index_sales_logs_on_managing_organisation_id" t.index ["owning_organisation_id"], name: "index_sales_logs_on_owning_organisation_id"