From 3d517f73815da9d5bff479f83a29bda4eb8cb237 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 14 Dec 2022 13:05:48 +0000 Subject: [PATCH] migration --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 4babb13a2..26325c5c7 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -405,13 +405,13 @@ ActiveRecord::Schema[7.0].define(version: 2022_12_14_110208) do t.integer "savings" t.integer "prevown" t.string "sex3" - t.bigint "updated_by_id" t.integer "details_known_1" t.integer "income1_value_check" t.integer "mortgage" t.integer "inc2mort" t.integer "mortgage_value_check" t.integer "ecstat3" + t.bigint "updated_by_id" 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"