Closed (fixed)
Project:
Promos
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2009 at 20:45 UTC
Updated:
21 Aug 2009 at 05:40 UTC
The code uses a promoid database column, but none is created by the install file. So far as I can tell, the column should be serial (that is, auto-increment), and should be the primary key. The attached patch modifies the install file so it creates the column.
| Comment | File | Size | Author |
|---|---|---|---|
| promos_add_id_field.patch | 976 bytes | Sid_M |
Comments
Comment #1
justindodge commentedThanks for catching that, patch has been committed to 6.x-dev