23 Sep
2020
23 Sep
'20
4:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889 --- Comment #96 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Nick Clemens from comment #95)
Cannot upgrade to master from earlier versions
DBRev 20.06.00.032: ALTER TABLE `categories` ADD COLUMN `exclude_from_local_holds_priority` tinyint(1) default NULL AFTER `require_strong_password`
DBRev 20.06.00.037: ALTER TABLE categories ADD COLUMN `require_strong_password` TINYINT(1) NULL DEFAULT NULL AFTER `min_password_length` -- set required password strength for patrons in this category
We cannot add a column after another before we add that column, just need to swap these revisions
Bug 26513 -- You are receiving this mail because: You are watching all bug changes.