[Koha-bugs] [Bug 14246] Add borrowernumber to koha_news

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 6 01:34:24 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14246

--- Comment #13 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 39745
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39745
Updated SQL, AFTER qualifier and changed UPDATE action

Review of attachment 39745:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14246&attachment=39745)
-----------------------------------------------------------------

::: installer/data/mysql/atomicupdate/bug_14246-add_news_author.sql
@@ +1,1 @@
> +ALTER TABLE `opac_news` ADD `borrowernumber` int(11) AFTER `number` default NULL;

The AFTER clause should follow the definition of the column, which would
include 'default NULL'. This is a MySQL syntax error.

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


More information about the Koha-bugs mailing list