From: Alan Knowles Date: Mon, 2 Dec 2019 06:55:29 +0000 (+0800) Subject: UpdateDatabase.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5e52da0f67d5be5fda7c02d585b8d7f0c5e158a3 UpdateDatabase.php --- diff --git a/UpdateDatabase.php b/UpdateDatabase.php index c762a48e..133ce65b 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -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();