Browse Source

db:update

pull/1518/head
natdeanlewissoftwire 3 years ago
parent
commit
38153c1e4e
  1. 1
      db/schema.rb

1
db/schema.rb

@ -287,6 +287,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_04_05_132300) do
t.string "town_or_city" t.string "town_or_city"
t.string "county" t.string "county"
t.integer "carehome_charges_value_check" t.integer "carehome_charges_value_check"
t.integer "status_cache", default: 0, null: false
t.index ["bulk_upload_id"], name: "index_lettings_logs_on_bulk_upload_id" 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 ["created_by_id"], name: "index_lettings_logs_on_created_by_id"
t.index ["location_id"], name: "index_lettings_logs_on_location_id" t.index ["location_id"], name: "index_lettings_logs_on_location_id"

Loading…
Cancel
Save