Browse Source

schema update

pull/220/head
Kat 4 years ago
parent
commit
214ca90d6c
  1. 2
      db/schema.rb

2
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"

Loading…
Cancel
Save