https://github.com/magento/magento2/issues/35313 --- a/vendor/magento/module-integration/Setup/Patch/Data/UpgradeOauthToken.php +++ b/vendor/magento/module-integration/Setup/Patch/Data/UpgradeOauthToken.php @@ -123,7 +123,7 @@ */ public static function getVersion() { - return '2.0.0'; + return '2.2.1'; } /** --- a/vendor/magento/module-integration/Setup/Patch/Data/UpgradeConsumerSecret.php +++ b/vendor/magento/module-integration/Setup/Patch/Data/UpgradeConsumerSecret.php @@ -120,7 +120,7 @@ */ public static function getVersion() { - return '2.0.0'; + return '2.2.1'; } /**