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 cfd3ca6 + b69aaa2 commit ea847d5Copy full SHA for ea847d5
lib/internal/Magento/Framework/Mview/View/Changelog.php
@@ -122,7 +122,7 @@ public function clear($versionId)
122
throw new ChangelogTableNotExistsException(new Phrase("Table %1 does not exist", [$changelogTableName]));
123
}
124
125
- $this->connection->delete($changelogTableName, ['version_id <= ?' => (int)$versionId]);
+ $this->connection->delete($changelogTableName, ['version_id < ?' => (int)$versionId]);
126
127
return true;
128
0 commit comments