|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
# |
|
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_03_22_112117) do |
|
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_03_29_091101) do |
|
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
|
enable_extension "plpgsql" |
|
|
|
|
|
|
|
|
@ -289,6 +289,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_03_22_112117) do
|
|
|
|
|
t.string "town_or_city" |
|
|
|
|
t.string "county" |
|
|
|
|
t.integer "carehome_charges_value_check" |
|
|
|
|
t.boolean "visible", default: true, null: false |
|
|
|
|
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" |
|
|
|
@ -297,6 +298,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_03_22_112117) do
|
|
|
|
|
t.index ["owning_organisation_id"], name: "index_lettings_logs_on_owning_organisation_id" |
|
|
|
|
t.index ["scheme_id"], name: "index_lettings_logs_on_scheme_id" |
|
|
|
|
t.index ["updated_by_id"], name: "index_lettings_logs_on_updated_by_id" |
|
|
|
|
t.index ["visible"], name: "index_lettings_logs_on_visible" |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
create_table "local_authorities", force: :cascade do |t| |
|
|
|
|