From 549069110a4f4fbca07bb8be2ea5b48b53e9831d Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 13 Dec 2023 10:48:39 +0000 Subject: [PATCH] feat: update seed locations with westminster local authorities to avoid similar confusion to some that arose in PO review --- db/seeds.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/db/seeds.rb b/db/seeds.rb index 805f0c53a..76da9ad35 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -301,7 +301,8 @@ unless Rails.env.test? Location.create!( scheme: scheme1, - location_code: "S254-CU193AA", + location_code: "E09000033", + location_admin_district: "Westminster", postcode: "CU193AA", name: "Rectory Road", type_of_unit: 4, @@ -311,7 +312,8 @@ unless Rails.env.test? Location.create!( scheme: scheme1, - location_code: "S254-DM250DC", + location_code: "E09000033", + location_admin_district: "Westminster", postcode: "DM250DC", name: "Smithy Lane", type_of_unit: 1, @@ -321,7 +323,8 @@ unless Rails.env.test? Location.create!( scheme: scheme2, - location_code: "S254-YX130WP", + location_code: "E09000033", + location_admin_district: "Westminster", postcode: "YX130WP", name: "Smithy Lane", type_of_unit: 2,