diff --git a/db/migrate/20220420165451_create_organisation_la.rb b/db/migrate/20220420165451_create_organisation_la.rb index 52cacdfb2..435da3c68 100644 --- a/db/migrate/20220420165451_create_organisation_la.rb +++ b/db/migrate/20220420165451_create_organisation_la.rb @@ -6,5 +6,6 @@ class CreateOrganisationLa < ActiveRecord::Migration[7.0] t.timestamps end + remove_column :organisations, :local_authorities, :string end end diff --git a/db/schema.rb b/db/schema.rb index 451f16749..beff46c57 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.0].define(version: 202202071123100) do +ActiveRecord::Schema[7.0].define(version: 2022_04_20_165451) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -271,7 +271,6 @@ ActiveRecord::Schema[7.0].define(version: 202202071123100) do t.string "address_line1" t.string "address_line2" t.string "postcode" - t.string "local_authorities" t.boolean "holds_own_stock" t.string "other_stock_owners" t.string "managing_agents"