From 1afc07683149deb4b2d04eb890314d6a3f15735c Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Feb 2021 22:22:34 +0000 Subject: [PATCH] Set the post update version --- src/Database/PostUpdate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Database/PostUpdate.php b/src/Database/PostUpdate.php index f36ae4f62b..232ee18813 100644 --- a/src/Database/PostUpdate.php +++ b/src/Database/PostUpdate.php @@ -45,7 +45,7 @@ class PostUpdate { // Needed for the helper function to read from the legacy term table const OBJECT_TYPE_POST = 1; - const VERSION = 1384; + const VERSION = 1400; /** * Calls the post update functions @@ -804,7 +804,7 @@ class PostUpdate Logger::info('Processed', ['rows' => $rows]); if ($rows <= 100) { - DI::config()->set("system", "post_update_version", 1384); + DI::config()->set("system", "post_update_version", 1400); Logger::info('Done'); return true; }