[Koha-bugs] [Bug 11897] Stock Rotation for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 26 16:24:22 CET 2019


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

--- Comment #373 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
CREATE TABLE statements do not follow the usual pattern:

  CREATE TABLE IF NOT EXISTS stockrotationitems
vs
 DROP TABLE IF EXISTS `circulation_rules`;
 CREATE TABLE `circulation_rules` (

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


More information about the Koha-bugs mailing list