Browse Source

run migration

pull/79/head
Kat 4 years ago
parent
commit
8fbf90a095
  1. 29
      db/schema.rb

29
db/schema.rb

@ -103,9 +103,9 @@ ActiveRecord::Schema.define(version: 2021_11_03_090530) do
t.string "property_postcode"
t.integer "reasonpref"
t.string "reasonable_preference_reason"
t.string "cbl"
t.string "chr"
t.string "cap"
t.integer "cbl"
t.integer "chr"
t.integer "cap"
t.string "outstanding_rent_or_charges"
t.string "other_reason_for_leaving_last_settled_home"
t.integer "housingneeds_a"
@ -126,15 +126,26 @@ ActiveRecord::Schema.define(version: 2021_11_03_090530) do
t.integer "illness_type_9"
t.integer "illness_type_10"
t.boolean "condition_effects_prefer_not_to_say"
t.boolean "rp_homeless"
t.boolean "rp_insan_unsat"
t.boolean "rp_medwel"
t.boolean "rp_hardship"
t.boolean "rp_dontknow"
t.integer "rp_homeless"
t.integer "rp_insan_unsat"
t.integer "rp_medwel"
t.integer "rp_hardship"
t.integer "rp_dontknow"
t.datetime "discarded_at"
t.string "tenancyother"
t.string "net_income_known"
t.boolean "override_net_income_validation"
t.string "net_income_known"
t.string "gdpr_acceptance"
t.string "gdpr_declined"
t.string "property_owner_organisation"
t.string "property_manager_organisation"
t.string "sale_or_letting"
t.string "tenant_same_property_renewal"
t.string "rent_type"
t.string "intermediate_rent_product_name"
t.string "needs_type"
t.string "sale_completion_date"
t.string "purchaser_code"
t.index ["discarded_at"], name: "index_case_logs_on_discarded_at"
end

Loading…
Cancel
Save