[Bug 8137] Checkout limit for all libraries
28 Oct
2024
28 Oct
'24
10:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 --- Comment #125 from Fridolin Somers <fridolin.somers@biblibre.com> --- Ah small difference between atomic update and kohastructure.sql : + $dbh->do('ALTER TABLE circulation_rules ADD IF NOT EXISTS has_priority INT(1) DEFAULT 0'); +++ b/installer/data/mysql/kohastructure.sql @@ -1863,6 +1863,7 @@ CREATE TABLE `circulation_rules` ( `itemtype` varchar(10) DEFAULT NULL, `rule_name` varchar(32) NOT NULL, `rule_value` varchar(32) NOT NULL, + `has_priority` tinyint(4) DEFAULT NULL, Its a boolean so looks like atomic update is correct and kohastructure.sql not -- You are receiving this mail because: You are watching all bug changes.
625
Age (days ago)
625
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org