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"