Add ISO-style country codes and Ethiopian regional states to initial and follow-up migrations. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
227 B
SQL
8 lines
227 B
SQL
DELETE FROM field_options
|
|
WHERE field_key = 'country'
|
|
AND code IN (
|
|
'ET', 'ER', 'DJ', 'SO', 'KE', 'SD', 'SS', 'UG', 'RW', 'TZ',
|
|
'EG', 'NG', 'ZA', 'US', 'GB', 'CA', 'DE', 'FR', 'IN', 'CN',
|
|
'SA', 'AE', 'OTHER'
|
|
);
|