Browse Source

feat: update tests (and add housingneeds_type to schema that was previously missing)

CLDC-1482-sales-log-buyer-company
natdeanlewissoftwire 2 years ago
parent
commit
249c6953d3
  1. 1
      db/schema.rb

1
db/schema.rb

@ -235,6 +235,7 @@ ActiveRecord::Schema[7.0].define(version: 2022_10_05_150022) do
t.bigint "location_id"
t.integer "major_repairs_date_value_check"
t.integer "void_date_value_check"
t.integer "housingneeds_type"
t.integer "housingneeds_other"
t.index ["created_by_id"], name: "index_lettings_logs_on_created_by_id"
t.index ["location_id"], name: "index_lettings_logs_on_location_id"

Loading…
Cancel
Save