update.php fails for upgrading to 6.x-2.x-dev
checkmark - September 28, 2009 - 05:02
| Project: | UC Restrict Qty |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
After running update.php when trying to upgrade from 6.x-1.1 to 6.x-2.x-dev (since I would like the lifetime quantity limit feature) I received the following message:
user warning: Duplicate column name 'lifetime' query: ALTER TABLE uc_restrict_qty_products ADD `lifetime` TINYINT unsigned NOT NULL DEFAULT 1 in [base-dir]/public_html/sandbox/includes/database.mysql-common.inc on line 298.
The following queries were executed
uc_restrict_qty module
Update #6200
No queries
Update #6201
Failed: ALTER TABLE {uc_restrict_qty_products} ADD `lifetime` TINYINT unsigned NOT NULL DEFAULT 1

#1