Closed (fixed)
Project:
IP to Country
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2009 at 06:33 UTC
Updated:
27 Dec 2009 at 12:00 UTC
ip2cc_update_6001() tries to change a field definition, but ip2cc_update_6002() drops the same table if it exists. On my Drupal 5 install, it doesn't, so this causes an MySQL error. Since we're dropping the table anyway, I just removed that hunk from the previous update.
Also a note that _6002() should really be using db_drop_table() instead of update_sql()
| Comment | File | Size | Author |
|---|---|---|---|
| ip2cc_upgrade_path.patch | 931 bytes | catch |
Comments
Comment #1
mrfelton commentedFixed with:
http://drupalcode.org/viewvc/drupal/contributions/modules/ip2cc/ip2cc.in...
http://drupalcode.org/viewvc/drupal/contributions/modules/ip2cc/ip2cc.in...
Thanks