https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889
--- Comment #96 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ 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/
