https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4858
--- Comment #27 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194269 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194269&action=edit Bug 4858: (QA follow-up) Fix installer issues after rebase - Fix SQL syntax error in sample_notices_message_transports.sql: the print transport row for RETURN_RECALLED_ITEM was terminated with a semicolon instead of a comma, prematurely ending the INSERT statement and leaving the three MEMBERSHIP_EXPIRY rows as invalid bare tuples. This would break fresh installations by failing to insert those rows. - Fix atomicupdate ALTER TABLE AFTER clause: the column was being added AFTER reservefee which does not exist in the categories table (it exists on items). This would cause the ALTER TABLE to fail on all upgrades. Changed to AFTER overduenoticerequired to match the column order in kohastructure.sql. Sponsored-by: OpenFifth <https://openfifth.co.uk\> Signed-off-by: Jackie Usher <[email protected]> -- You are receiving this mail because: You are the QA Contact for the bug. 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/
