diff --git a/db/schema.rb b/db/schema.rb index 2a89c3629..0f352d747 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -162,9 +162,9 @@ ActiveRecord::Schema.define(version: 2022_01_12_151048) do t.string "why_dont_you_know_la" t.integer "unitletas" t.integer "builtype" + t.datetime "property_void_date" t.bigint "owning_organisation_id" t.bigint "managing_organisation_id" - t.datetime "property_void_date" t.integer "renttype" t.integer "needstype" t.integer "lettype" @@ -183,6 +183,7 @@ ActiveRecord::Schema.define(version: 2022_01_12_151048) do t.integer "is_carehome" t.decimal "chcharge" t.integer "household_charge" + t.integer "letting_in_sheltered_accomodation" t.index ["discarded_at"], name: "index_case_logs_on_discarded_at" t.index ["managing_organisation_id"], name: "index_case_logs_on_managing_organisation_id" t.index ["owning_organisation_id"], name: "index_case_logs_on_owning_organisation_id"