From 698c4e93c5ffe61921cf4b425b52abc7c1f2f363 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Tue, 3 Feb 2026 20:45:02 +0000 Subject: [PATCH] fix(bootstrap): use "United Kingdom" instead of "UK" for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Foursquare integration normalises ISO country codes to full names (GB → United Kingdom). Align the bootstrap seed data to match. --- scripts/bootstrap-db.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/bootstrap-db.sh b/scripts/bootstrap-db.sh index 06f346d..ac3d8b2 100755 --- a/scripts/bootstrap-db.sh +++ b/scripts/bootstrap-db.sh @@ -149,7 +149,7 @@ fi # Assembly Coffee (UK) ./target/debug/brewlog roaster add \ --name "Assembly Coffee" \ - --country "UK" \ + --country "United Kingdom" \ --city "London" \ --homepage "https://assemblycoffee.co.uk" \ --notes "Based in Brixton, Assembly focuses on collaborative sourcing and education." @@ -176,7 +176,7 @@ fi # Square Mile (UK) ./target/debug/brewlog roaster add \ --name "Square Mile Coffee" \ - --country "UK" \ + --country "United Kingdom" \ --city "London" \ --homepage "https://squaremilecoffee.com" \ --notes "One of London's pioneers; delivers balanced and clear, fruit-forward coffees." @@ -284,7 +284,7 @@ fi # Origin Coffee (UK) ./target/debug/brewlog roaster add \ --name "Origin Coffee" \ - --country "UK" \ + --country "United Kingdom" \ --city "Porthleven" \ --homepage "https://origincoffee.co.uk" \ --notes "Specialty roaster with close partnerships at origin; leading UK scene with cutting-edge lots." @@ -311,7 +311,7 @@ fi # Dark Arts Coffee (UK) ./target/debug/brewlog roaster add \ --name "Dark Arts Coffee" \ - --country "UK" \ + --country "United Kingdom" \ --city "London" \ --homepage "https://www.darkartscoffee.co.uk" \ --notes "Playful, disruptive roaster with a cult following and flavor-forward offerings." @@ -423,7 +423,7 @@ fi ./target/debug/brewlog cafe add \ --name "Monmouth Coffee" \ --city "London" \ - --country "UK" \ + --country "United Kingdom" \ --latitude 51.5055 \ --longitude -0.0910 \ --website "https://www.monmouthcoffee.co.uk" \ @@ -433,7 +433,7 @@ fi ./target/debug/brewlog cafe add \ --name "Prufrock Coffee" \ --city "London" \ - --country "UK" \ + --country "United Kingdom" \ --latitude 51.5246 \ --longitude -0.1098 \ --website "https://www.prufrockcoffee.com" \ @@ -502,7 +502,7 @@ fi ./target/debug/brewlog cafe add \ --name "Full Court Press" \ --city "Bristol" \ - --country "UK" \ + --country "United Kingdom" \ --latitude 51.4543 \ --longitude -2.5930 \ --website "https://www.fullcourtpress.coffee" \ @@ -512,7 +512,7 @@ fi ./target/debug/brewlog cafe add \ --name "Small Street Espresso" \ --city "Bristol" \ - --country "UK" \ + --country "United Kingdom" \ --latitude 51.4540 \ --longitude -2.5955 \ --notes "Tiny takeaway bar with a cult following for its espresso and flat whites."