I need the _countries_api_get_country function to return some positive result where testing "UK" code (unitere kingdom), not avaialble in the countries_api_countries table.
What do you suggest here?
Got something better than
insert into countries_api_countries (iso2, iso3, name, printable_name, numcode) VALUE ('UK', 'UK', 'UNITED KINGDOM', 'United Kingdom', 826) ;
thanks
Comments
Comment #1
Scyther commentedThere is no UI for adding data so, it lookes like that is the best way.
Comment #2
afagioliGreat! Thanks