From 62ce94d8ccda6493fb062feefc093960b47198eb Mon Sep 17 00:00:00 2001 From: magicmilo Date: Tue, 26 Oct 2021 14:31:24 +0100 Subject: [PATCH] fix bad migration --- db/schema.rb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index 5386babb2..2d4f30da1 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -84,6 +84,7 @@ ActiveRecord::Schema.define(version: 2021_10_26_123542) do t.string "property_void_date" t.string "property_major_repairs" t.string "property_major_repairs_date" + t.integer "property_number_of_times_relet" t.string "property_wheelchair_accessible" t.string "net_income" t.string "net_income_frequency" @@ -105,8 +106,6 @@ ActiveRecord::Schema.define(version: 2021_10_26_123542) do t.string "cbl_letting" t.string "chr_letting" t.string "cap_letting" - t.string "conditional_page_option" - t.string "continue_option" t.string "outstanding_rent_or_charges" t.string "other_reason_for_leaving_last_settled_home" t.boolean "accessibility_requirements_fully_wheelchair_accessible_housing" @@ -133,12 +132,6 @@ ActiveRecord::Schema.define(version: 2021_10_26_123542) do t.boolean "reasonable_preference_reason_avoid_hardship" t.boolean "reasonable_preference_reason_do_not_know" t.datetime "discarded_at" - t.integer "property_number_of_times_relet" - t.string "is_postcode_known" - t.string "select_your_la" - t.string "why_is_la_unkown" - t.string "do_you_know_la" - t.string "is_property_a_relet" t.index ["discarded_at"], name: "index_case_logs_on_discarded_at" end