Update Woo Subcriptions segments filter data migration version
[MAILPOET-3956]
This commit is contained in:
committed by
Veljko V
parent
944e62f66e
commit
e51c2586f5
@ -820,8 +820,8 @@ class Migrator {
|
|||||||
|
|
||||||
private function migrateWooSubscriptionsDynamicFilters(): bool {
|
private function migrateWooSubscriptionsDynamicFilters(): bool {
|
||||||
global $wpdb;
|
global $wpdb;
|
||||||
// skip the migration if the DB version is higher than 3.74.3 or is not set (a new installation)
|
// skip the migration if the DB version is higher than 3.75.1 or is not set (a new installation)
|
||||||
if (version_compare($this->settings->get('db_version', '3.74.4'), '3.74.3', '>')) {
|
if (version_compare($this->settings->get('db_version', '3.75.2'), '3.75.1', '>')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user