[Koha-bugs] [Bug 21129] New ALTER IGNORE TABLE entries need correction in updatedatabase.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 31 13:50:17 CEST 2018


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

--- Comment #2 from Josef Moravec <josef.moravec at 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.


More information about the Koha-bugs mailing list