Browse Source

Remove org la db field

pull/484/head
baarkerlounger 3 years ago
parent
commit
c4e479281c
  1. 1
      db/migrate/20220420165451_create_organisation_la.rb
  2. 3
      db/schema.rb

1
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

3
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"

Loading…
Cancel
Save