https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624 --- Comment #47 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Nick Clemens from comment #44)
On a fresh DB I am having issues with the loss of the 'letternumber' column
overdue_notices.pl throws errors for unknown column, I can't save triggers
I think the last line below was an accidental deletion?
diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql ... @@ -2568,12 +2569,10 @@ CREATE TABLE `message_transport_types` ( DROP TABLE IF EXISTS `overduerules_transport_types`; CREATE TABLE overduerules_transport_types( `id` INT(11) NOT NULL AUTO_INCREMENT, - `branchcode` varchar(10) NOT NULL DEFAULT '', - `categorycode` VARCHAR(10) NOT NULL DEFAULT '', - `letternumber` INT(1) NOT NULL DEFAULT 1,
Oops, indeed! @inLibro, please provide a follow-up asap -- You are receiving this mail because: You are watching all bug changes.