Update the version

[MAILPOET-2737]
This commit is contained in:
Pavel Dohnal
2020-06-23 16:42:18 +02:00
committed by Veljko V
parent b569f0cc8e
commit 6d0977c7fe

View File

@@ -572,8 +572,8 @@ class Migrator {
private function updateNullInUnsubscribeStats() { private function updateNullInUnsubscribeStats() {
global $wpdb; global $wpdb;
// perform once for versions below or equal to 3.47.5 // perform once for versions below or equal to 3.47.6
if (version_compare($this->settings->get('db_version', '3.47.5'), '3.47.5', '>')) { if (version_compare($this->settings->get('db_version', '3.47.6'), '3.47.6', '>')) {
return false; return false;
} }
$query = " $query = "