[Bug 13669] Webinstaller fails on MySQL 5.6
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13669 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16414 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Jonathan Druart from comment #6)
(In reply to Humberto Blanco from comment #5)
Tomás, I have similar problem with mysql enterprise end i need to modify the database structure.so:
ALTER TABLE aqorders ALTER COLUMN budgetgroup_id SET DEFAULT 0;
This column does not seem to be used and could be removed. In the meanwhile it would be better to set it to NULL (and remove the NOT NULL constraint) instead of set it to 0 (which does not make sense).
See bug 16414. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org