From b871c7588378dc51dd3b071025912905193bf87d Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sun, 13 Mar 2022 12:09:35 -0400 Subject: [PATCH] log that it ran the sql there is just a sql file and no corresponding task --- CRM/Upgrade/Form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Upgrade/Form.php b/CRM/Upgrade/Form.php index bd8e609cc2..c40ca321a0 100644 --- a/CRM/Upgrade/Form.php +++ b/CRM/Upgrade/Form.php @@ -754,6 +754,7 @@ SET version = '$version' $versionObject->$phpFunctionName($rev, $originalVer, $latestVer); } else { + $ctx->log->info("Upgrade DB to $rev: SQL"); $upgrade->processSQL($rev); } -- 2.25.1