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

index 68010a4..45ea390 100644 (file)
@@ -152,9 +152,11 @@ class Pman_Core_UpdateDatabase extends Pman
         
         
         // 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(); 
+        // this will trigger errors about freetext indexes - we will have to remove them manually.?
+        // otherwise we need to do an sql query to find them, then remove them (not really worth it as it only affects really old code..)
+        
+        $this->runExtensions(); 
 
         
         if (empty($opts['data-only'])) {