http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14246
--- Comment #9 from M. Tompsett <[email protected]> --- Comment on attachment 39521 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39521 Updated version in accordance wih Wiki rules. Review of attachment 39521: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14246&attachment=39521) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/bug_14246-add_news_author.sql @@ +1,1 @@ > +ALTER TABLE `opac_news` ADD `borrowernumber` INT(11) default NULL; Please add an AFTER clause, to ensure that an upgrade and a fresh install will have the same field order. https://dev.mysql.com/doc/refman/5.7/en/alter-table.html -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
