[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 21 15:20:04 CEST 2020


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed

--- Comment #95 from Nick Clemens <nick at bywatersolutions.com> ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list