I have just updated to the latest 3.x-dev release (Apr 23) from an earlier April release, and after running update.php, I get the following error:
Update #6303
* Failed: ALTER TABLE {quiz_node_results} ADD `is_invalid` unsigned NOT NULL DEFAULT 0
It looks like its missing the field type, presumably INT.
Update #6304 also ran, and it did not give any errors.
This module is coming along fantastically now. I was writing a module to do aggregation of results from multiple quizzes, but it looks like you've already started on that. By the time my client decides to go ahead with the project, I probably won't have to write anything myself :) Keep up the excellent work.
Comments
Comment #1
mbutcher commentedOops. Looks like when I checked in some views stuff I accidentally removed the size flag on that update hook.
I have fixed the update hook, so you will probably have to force a re-update using the 6303 and 6304 updates.
Matt