hyapp-server/deploy/mysql/initdb/008_remove_taiwan_country.sql
2026-05-15 10:00:43 +08:00

11 lines
267 B
SQL

USE hyapp_user;
-- Keep the country master data aligned for local databases that already ran the original seed.
DELETE FROM region_countries
WHERE app_code = 'lalu'
AND country_code = 'TW';
DELETE FROM countries
WHERE app_code = 'lalu'
AND country_code = 'TW';