https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21129

--- Comment #2 from Josef Moravec <josef.mora...@gmail.com> ---
Comment on attachment 77313
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77313
Bug 21129: New ALTER IGNORE TABLE entries need correction in updatedatabase.pl

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

::: installer/data/mysql/updatedatabase.pl
@@ +16129,4 @@
>  
>  $DBversion = '18.06.00.005';
>  if( CheckVersion( $DBversion ) ) {
> +    unless ( column_exists('aqorders', 'created') ) {

It should be 'created_by' I think...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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