Set the post update version

This commit is contained in:
Michael 2021-02-15 22:22:34 +00:00
parent 649901f3ea
commit 1afc076831
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}