Index: ip2cc.install
===================================================================
RCS file: /cvs/drupal/contributions/modules/ip2cc/ip2cc.install,v
retrieving revision 1.1.2.8.2.11
diff -u -p -r1.1.2.8.2.11 ip2cc.install
--- ip2cc.install	9 Aug 2009 16:20:59 -0000	1.1.2.8.2.11
+++ ip2cc.install	8 Dec 2009 08:08:10 -0000
@@ -85,18 +85,6 @@ function ip2cc_update_6000() {
 
 function ip2cc_update_6001() {
   $ret = array();
-  db_change_field($ret, 'iso3166', 'country_code2', 'country_code2', array(
-    'description' => t('TODO'),
-    'type' => 'char',
-    'length' => 2,
-    'not null' => TRUE,
-  ));
-  db_change_field($ret, 'iso3166', 'country_code3', 'country_code3', array(
-    'description' => t('TODO'),
-    'type' => 'char',
-    'length' => 3,
-    'not null' => TRUE,
-  ));
   db_change_field($ret, 'ip2cc', 'country_code', 'country_code', array(
     'description' => t('TODO'),
     'type' => 'char',
