Browse Source

feat: update seed locations with westminster local authorities to avoid similar confusion to some that arose in PO review

pull/2083/head
natdeanlewissoftwire 2 years ago
parent
commit
549069110a
  1. 9
      db/seeds.rb

9
db/seeds.rb

@ -301,7 +301,8 @@ unless Rails.env.test?
Location.create!( Location.create!(
scheme: scheme1, scheme: scheme1,
location_code: "S254-CU193AA", location_code: "E09000033",
location_admin_district: "Westminster",
postcode: "CU193AA", postcode: "CU193AA",
name: "Rectory Road", name: "Rectory Road",
type_of_unit: 4, type_of_unit: 4,
@ -311,7 +312,8 @@ unless Rails.env.test?
Location.create!( Location.create!(
scheme: scheme1, scheme: scheme1,
location_code: "S254-DM250DC", location_code: "E09000033",
location_admin_district: "Westminster",
postcode: "DM250DC", postcode: "DM250DC",
name: "Smithy Lane", name: "Smithy Lane",
type_of_unit: 1, type_of_unit: 1,
@ -321,7 +323,8 @@ unless Rails.env.test?
Location.create!( Location.create!(
scheme: scheme2, scheme: scheme2,
location_code: "S254-YX130WP", location_code: "E09000033",
location_admin_district: "Westminster",
postcode: "YX130WP", postcode: "YX130WP",
name: "Smithy Lane", name: "Smithy Lane",
type_of_unit: 2, type_of_unit: 2,

Loading…
Cancel
Save