From b4ffd4f55978d0bd0abd535f7e551456d4d39a4a Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Tue, 4 Oct 2022 09:49:06 +0100 Subject: [PATCH] feat: update schema --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 86653c655..b30200da0 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: 2022_10_03_134554) do +ActiveRecord::Schema[7.0].define(version: 2022_10_03_150610) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -350,6 +350,7 @@ ActiveRecord::Schema[7.0].define(version: 2022_10_03_134554) do t.string "sex2" t.integer "noint" t.integer "buy2livein" + t.integer "ecstat2" 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"