We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce119d9 + e36ff9f commit 9ca40f2Copy full SHA for 9ca40f2
lib/internal/Magento/Framework/Mview/View/Changelog.php
@@ -121,7 +121,7 @@ public function clear($versionId)
121
throw new ChangelogTableNotExistsException(new Phrase("Table %1 does not exist", [$changelogTableName]));
122
}
123
124
- $this->connection->delete($changelogTableName, ['version_id <= ?' => (int)$versionId]);
+ $this->connection->delete($changelogTableName, ['version_id < ?' => (int)$versionId]);
125
126
return true;
127
0 commit comments