Closed (fixed)
Project:
Flag
Version:
6.x-2.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2010 at 09:08 UTC
Updated:
22 May 2010 at 02:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThanks, this is actually a problem with the schema, not with the database. The "roles" column is supposed to be deleted in update flag_update_6200(), however we incorrectly did not delete the "roles" column in flag_schema(). After upgrading to the next beta of Flag, you should delete that column again, since it is not necessary (it's merged into the "data" column now).