X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2F1.0.1%2Fupdate.sh;h=a7156f037172480f0288420fffbd3ec161d39dcb;hb=69d311a9e667ba071af1070cfe9a6906a4f0ed32;hp=d19e994822b6da4a230ce17d2682809484d0f8ff;hpb=843707811834ac764ceb05df10ddfde16e143912;p=platal.git diff --git a/upgrade/1.0.1/update.sh b/upgrade/1.0.1/update.sh index d19e994..a7156f0 100755 --- a/upgrade/1.0.1/update.sh +++ b/upgrade/1.0.1/update.sh @@ -6,7 +6,10 @@ [ "$DATABASE" != "x4dat" ] || die "Cannot target x4dat" copy_db -echo "* switching engines to InnoDB" +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"