UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Sep 2016 02:28:07 +0000 (10:28 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Sep 2016 02:28:07 +0000 (10:28 +0800)
UpdateDatabase.php

index daf672b..8cb055e 100644 (file)
@@ -150,7 +150,11 @@ class Pman_Core_UpdateDatabase extends Pman
         
         $this->checkOpts($opts);
         
-        $this->runExtensions(); // do this first, so the innodb change + utf8 fixes column max sizes
+        
+        // do this first, so the innodb change + utf8 fixes column max sizes
+        // no need to run it first -innodb changes is first - so we need to remove fulltext using the .sql files
+        
+        // $this->runExtensions(); 
 
         
         if (empty($opts['data-only'])) {