|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
# |
|
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2024_02_16_163519) do |
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2024_03_04_115940) do |
|
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
|
enable_extension "plpgsql" |
|
|
|
|
|
|
|
|
|
@ -304,10 +304,13 @@ ActiveRecord::Schema[7.0].define(version: 2024_02_16_163519) do
|
|
|
|
|
t.integer "scharge_value_check" |
|
|
|
|
t.integer "pscharge_value_check" |
|
|
|
|
t.integer "duplicate_set_id" |
|
|
|
|
t.integer "accessible_register" |
|
|
|
|
t.integer "nationality_all" |
|
|
|
|
t.integer "nationality_all_group" |
|
|
|
|
t.integer "reasonother_value_check" |
|
|
|
|
t.integer "accessible_register" |
|
|
|
|
t.integer "address_selection" |
|
|
|
|
t.string "address_line1_input" |
|
|
|
|
t.string "postcode_full_input" |
|
|
|
|
t.index ["bulk_upload_id"], name: "index_lettings_logs_on_bulk_upload_id" |
|
|
|
|
t.index ["created_by_id"], name: "index_lettings_logs_on_created_by_id" |
|
|
|
|
t.index ["location_id"], name: "index_lettings_logs_on_location_id" |
|
|
|
|
@ -661,6 +664,9 @@ ActiveRecord::Schema[7.0].define(version: 2024_02_16_163519) do
|
|
|
|
|
t.integer "nationality_all_group" |
|
|
|
|
t.integer "nationality_all_buyer2" |
|
|
|
|
t.integer "nationality_all_buyer2_group" |
|
|
|
|
t.integer "address_selection" |
|
|
|
|
t.string "address_line1_input" |
|
|
|
|
t.string "postcode_full_input" |
|
|
|
|
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 ["managing_organisation_id"], name: "index_sales_logs_on_managing_organisation_id" |
|
|
|
|
|