Update versions in templates migration

[MAILPOET-2686]
This commit is contained in:
Rostislav Wolny
2021-11-10 10:29:59 +01:00
committed by Veljko V
parent 7bcfc8917e
commit 99e5efb49f

View File

@@ -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();