Posted by Shaun Dychko on September 28, 2009 at 5:02am
Jump to:
| Project: | Ubercart Restrict Qty |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
Comments
#1