From 6e91f1982d7196d5673856740ccc8aa76f1e8970 Mon Sep 17 00:00:00 2001 From: Arthur Campbell Date: Thu, 26 Jan 2023 17:20:16 +0000 Subject: [PATCH] ensure schema correct and test of page number correct --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/schema.rb b/db/schema.rb index 940e172fd..156b85ba0 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -508,6 +508,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_26_145529) do t.integer "shared_ownership_deposit_value_check" t.integer "grant_value_check" t.integer "old_persons_shared_ownership_value_check" + t.integer "staircase_bought_value_check" t.index ["bulk_upload_id"], name: "index_sales_logs_on_bulk_upload_id" t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id" t.index ["owning_organisation_id"], name: "index_sales_logs_on_owning_organisation_id"