Browse Source

update schema

pull/842/head
Kat 3 years ago
parent
commit
5ccf0309a8
  1. 2
      db/schema.rb

2
db/schema.rb

@ -202,6 +202,8 @@ ActiveRecord::Schema[7.0].define(version: 2022_08_10_152340) do
t.bigint "location_id" t.bigint "location_id"
t.integer "major_repairs_date_value_check" t.integer "major_repairs_date_value_check"
t.integer "void_date_value_check" t.integer "void_date_value_check"
t.integer "housingneeds_type"
t.integer "housingneeds_other"
t.index ["created_by_id"], name: "index_case_logs_on_created_by_id" t.index ["created_by_id"], name: "index_case_logs_on_created_by_id"
t.index ["location_id"], name: "index_case_logs_on_location_id" t.index ["location_id"], name: "index_case_logs_on_location_id"
t.index ["managing_organisation_id"], name: "index_case_logs_on_managing_organisation_id" t.index ["managing_organisation_id"], name: "index_case_logs_on_managing_organisation_id"

Loading…
Cancel
Save