chore: heygermany customer project
This commit is contained in:
4
db/postgres/0008-rename-education-country-to-country.sql
Normal file
4
db/postgres/0008-rename-education-country-to-country.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Rename education_country enum type to country
|
||||
ALTER TYPE app.education_country RENAME TO country;
|
||||
|
||||
-- The column reference will automatically use the new type name
|
||||
Reference in New Issue
Block a user