UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Mon, 2 Dec 2019 06:55:29 +0000 (14:55 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Dec 2019 06:55:29 +0000 (14:55 +0800)
UpdateDatabase.php

index c762a48..133ce65 100644 (file)
@@ -249,18 +249,20 @@ class Pman_Core_UpdateDatabase extends Pman
         
         // 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..)
-        
+        echo "Run extensions\n";
+
         $this->runExtensions(); 
 
         
         if (empty($opts['data-only'])) {
+            echo "Import SQL\n";
             $this->importSQL();
         }
         if (!empty($opts['only-module-sql'])) {
             return;
         }
         
-        
+        echo "run Update Modules Data\n";
 
         $this->runUpdateModulesData();