https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13669

--- Comment #6 from Jonathan Druart <[email protected]> 
---
(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).

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to