Add country regions for Germany, South Africa, Australia, New Zealand, Egypt, Brazil, China

This commit is contained in:
Sean Morley
2024-04-12 14:04:23 +00:00
parent 3887ac845e
commit 61458b3cc2
12 changed files with 510 additions and 2 deletions

View File

@@ -15,6 +15,6 @@ VALUES
('DE-SN', 'Saxony', 'de'),
('DE-ST', 'Saxony-Anhalt', 'de'),
('DE-SH', 'Schleswig-Holstein', 'de'),
('DE-TH', 'Thuringia', 'de');
('DE-TH', 'Thuringia', 'de')
ON CONFLICT (id) DO NOTHING;