UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Wed, 24 Aug 2016 08:05:57 +0000 (16:05 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 24 Aug 2016 08:05:57 +0000 (16:05 +0800)
UpdateDatabase.php

index 8a9fe5e..9f951c7 100644 (file)
@@ -150,6 +150,9 @@ class Pman_Core_UpdateDatabase extends Pman
         
         $this->checkOpts($opts);
         
+        $this->runExtensions(); // do this first, so the innodb change + utf8 fixes column max sizes
+
+        
         if (empty($opts['data-only'])) {
             $this->importSQL();
         }