From 99e5efb49febffac8d5c9e71fd1b9a36c01bddbf Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Wed, 10 Nov 2021 10:29:59 +0100 Subject: [PATCH] Update versions in templates migration [MAILPOET-2686] --- lib/Config/Populator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Config/Populator.php b/lib/Config/Populator.php index aa0f5e264d..a8329cfc42 100644 --- a/lib/Config/Populator.php +++ b/lib/Config/Populator.php @@ -916,7 +916,7 @@ class Populator { } private function moveNewsletterTemplatesThumbnailData() { - if (version_compare($this->settings->get('db_version', '3.73.1'), '3.73.0', '>')) { + if (version_compare($this->settings->get('db_version', '3.73.3'), '3.73.2', '>')) { return; } $newsletterTemplatesTable = $this->entityManager->getClassMetadata(NewsletterTemplateEntity::class)->getTableName();