Skip to content

Commit

Permalink
Remove unnamed country codes without flags
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Jun 21, 2023
1 parent df8e335 commit bbc624b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE users SET country = '' WHERE country IN ('AH', 'AK', 'EU', 'IC', 'NY', 'XK');
24 changes: 0 additions & 24 deletions frontend/src/country.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ export const countryList = [
abbrev: 'AI',
name: 'Anguilla',
},
{
abbrev: 'AH',
name: '',
},
{
abbrev: 'AK',
name: '',
},
{
abbrev: 'AL',
name: 'Albania',
Expand Down Expand Up @@ -303,10 +295,6 @@ export const countryList = [
abbrev: 'ET',
name: 'Ethiopia',
},
{
abbrev: 'EU',
name: '',
},
{
abbrev: 'FI',
name: 'Finland',
Expand Down Expand Up @@ -431,10 +419,6 @@ export const countryList = [
abbrev: 'HU',
name: 'Hungary',
},
{
abbrev: 'IC',
name: '',
},
{
abbrev: 'ID',
name: 'Indonesia',
Expand Down Expand Up @@ -715,10 +699,6 @@ export const countryList = [
abbrev: 'NU',
name: 'Niue',
},
{
abbrev: 'NY',
name: '',
},
{
abbrev: 'NZ',
name: 'New Zealand',
Expand Down Expand Up @@ -1015,10 +995,6 @@ export const countryList = [
abbrev: 'WS',
name: 'Samoa',
},
{
abbrev: 'XK',
name: '',
},
{
abbrev: 'YE',
name: 'Yemen',
Expand Down

0 comments on commit bbc624b

Please sign in to comment.