Closed (fixed)
Project:
Path Access
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Dec 2009 at 17:05 UTC
Updated:
9 Jan 2010 at 21:30 UTC
the sql it attempts to execute when upgrading is incorrect (at last on my flavor of mysql).
incorrect:
ALTER {path_access} CHANGE pid pid SERIAL NOT NULL AUTO_INCREMENT
correct:
ALTER TABLE {path_access} CHANGE pid pid SERIAL NOT NULL AUTO_INCREMENT
Comments
Comment #1
buddaThat will teach me to commit to CVS and go to bed without testing. Thanks. Fix committed to CVS.