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

--- Comment #13 from M. Tompsett <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to