Koha/installer
Paul Poulain 866fc7653c Bug 8289 Upgrading from 2.2 does not work anymore
The updatedatabase22to30.pl script update the engine from MyISAM to InnoDB for most tables.

However, the TYPE=InnoDB was deprecated, and is not removed.
The correct syntax is now ENGINE=InnoDB

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
2012-06-25 16:15:42 +02:00
..
data Bug 8289 Upgrading from 2.2 does not work anymore 2012-06-25 16:15:42 +02:00
externalmodules.pl
html-template-to-template-toolkit.pl Bug 5917 using_https should be a global 2011-04-05 16:51:56 +12:00
install.pl Bug 7857 - [SIGNED-OFF] database upgrade fails with plack 2012-06-20 21:33:34 +02:00
InstallAuth.pm