https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21129 --- Comment #2 from Josef Moravec <josef.moravec@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.