23 Feb
2023
23 Feb
'23
2:20 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 --- Comment #229 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Kyle M Hall from comment #228)
(In reply to Kyle M Hall from comment #227)
(In reply to Jonathan Druart from comment #225)
`biblio_id` int(11) NOT NULL DEFAULT 0 COMMENT 'id for the bibliographic record the group belongs to',
DEFAULT 0, is this correct?
As 0 cannot be used, it's harmless but you are correct and we should update the table schema.
Out of scope for this bug, but the recalls table has the same issue.
Bug 33053 - Tables item_groups and recalls have a biblio_id column with a default of 0 -- You are receiving this mail because: You are watching all bug changes.