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

--- Comment #83 from Katrin Fischer <[email protected]> ---
1) Database update (fixed in follow-up)

We have a mismatch in the sequence of columns:

ALTER TABLE categories ADD COLUMN `force_password_reset_when_set_by_staff`
TINYINT(1) NULL DEFAULT NULL AFTER `require_strong_password

But kohastructure.sql:

   `noissueschargeguarantorswithguarantees` int(11) DEFAULT NULL COMMENT
'define maximum amount that the guarantors with guarantees of a patron in this
category can have outstanding before checkouts are blocked',
+  `force_password_reset_when_set_by_staff` tinyint(1) DEFAULT NULL COMMENT 'if
patrons of this category are required to reset password after being created by
a staff member',

-- 
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/

Reply via email to