CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Modification of the country list
Pages: [1]

Author Topic: Modification of the country list  (Read 614 times)

mart_n

  • Guest
Modification of the country list
June 10, 2010, 06:54:00 pm
It seems the only way to add a country to the default list (in the localization setting) is to modify directly the DB in the civicrm_country table.

mysql> INSERT INTO  civicrm_country (name, iso_code, region_id, is_province_abbreviated) values ('...', '...', '...', '...' );

It was suggested to me on the IRC channel.

But then it would be great if these additions are not deleted by upgrades...

Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Modification of the country list
June 10, 2010, 11:33:23 pm
mart_n :
Quote
But then it would be great if these additions are not deleted by upgrades...

We don't delete stuff in upgrade. Though I would suggest file an issue with the patch for the missing country so that it can make into the core as well.

-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Modification of the country list

This forum was archived on 2017-11-26.