Add ISO-style country codes and Ethiopian regional states to initial and follow-up migrations. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
293 B
SQL
8 lines
293 B
SQL
DELETE FROM field_options
|
|
WHERE field_key = 'ethiopia_regions'
|
|
AND code IN (
|
|
'ADDIS_ABABA', 'DIRE_DAWA', 'TIGRAY', 'AFAR', 'AMHARA', 'OROMIA', 'SOMALI',
|
|
'BENISHANGUL_GUMUZ', 'GAMBELA', 'HARARI', 'SIDAMA', 'SOUTH_ETHIOPIA',
|
|
'SOUTH_WEST_ETHIOPIA', 'CENTRAL_ETHIOPIA', 'OTHER'
|
|
);
|