diff --git a/db/schema.rb b/db/schema.rb index 0f352d747..7acf98d4c 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -182,8 +182,8 @@ ActiveRecord::Schema.define(version: 2022_01_12_151048) do t.integer "nocharge" t.integer "is_carehome" t.decimal "chcharge" - t.integer "household_charge" t.integer "letting_in_sheltered_accomodation" + t.integer "household_charge" 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"