https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40337
--- Comment #21 from David Cook <[email protected]> --- Ok I think I'm starting to see... I'm looking at installer/data/mysql/db_revs/250501001.pl on v25.05.02-1 and installer/data/mysql/db_revs/250600003.pl on main, and they don't include the Martin/Jonathan changes to installer/data/mysql/db_revs/250600003.pl It looks like they're missing the following SQL: UPDATE categories SET checkprevcheckout = 'inherit' WHERE checkprevcheckout NOT IN ('yes','no','inherit'); See the patches: Bug 40337: (QA follow-up) Make database update idempotent Bug 40337: Remove test of datatype -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
