Increases nl json field size.
[platal.git] / upgrade / 1.0.1 / update.sh
index 8368751..a7156f0 100755 (executable)
@@ -6,6 +6,12 @@
 [ "$DATABASE" != "x4dat" ] || die "Cannot target x4dat"
 copy_db
 
+confirm "* Running pre-engine switch database upgrade script"
+mysql_run ./99_keys.sql.pre
+
+confirm "* switching engines to InnoDB"
+./innodb.sh | mysql_pipe
+
 confirm "* Running database upgrade scripts"
 mysql_run_directory .