http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14246 --- Comment #9 from M. Tompsett <mtompset@hotmail.com> --- 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.