add Hong Kong to country list

This commit is contained in:
etienne
2014-05-27 15:38:11 +02:00
parent 99fb562660
commit 88a7164e96
2 changed files with 15 additions and 3 deletions

View File

@@ -113,5 +113,13 @@ CREATE TABLE `coupon_customer_count`
ON DELETE CASCADE
) ENGINE=InnoDB CHARACTER SET='utf8';
INSERT INTO `country` (`id`, `area_id`, `isocode`, `isoalpha2`, `isoalpha3`, `by_default`, `shop_country`, `created_at`, `updated_at`) VALUES
(269, 5, '344', 'HK', 'HKG', 0, 0, NOW(), NOW());
INSERT INTO `country_i18n` (`id`, `locale`, `title`, `description`, `chapo`, `postscriptum`) VALUES
(269, 'en_US', 'Hong Kong', '', '', ''),
(269, 'er_ES', 'Hong Kong', '', '', ''),
(269, 'fr_FR', 'Hong Kong', '', '', '');
SET FOREIGN_KEY_CHECKS = 1;
SET FOREIGN_KEY_CHECKS = 1;