Add EU as possible contry code for vendor

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-14 11:55:42 +02:00
parent 09281bce72
commit f26989c2fe
13 changed files with 25 additions and 17 deletions

View File

@@ -0,0 +1,2 @@
-- Add European Union (EU) to country_code enum
ALTER TYPE country_code ADD VALUE 'EU' AFTER 'ET';