Add country regions for Germany, South Africa, Australia, New Zealand, Egypt, Brazil, China
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user