Add EU as possible contry code for vendor
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
2
pkg/coredata/migrations/20251014T000000Z.sql
Normal file
2
pkg/coredata/migrations/20251014T000000Z.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add European Union (EU) to country_code enum
|
||||
ALTER TYPE country_code ADD VALUE 'EU' AFTER 'ET';
|
||||
Reference in New Issue
Block a user