Skip to content

Commit bc01033

Browse files
JoshuaBehrenspweyck
authored andcommitted
NEXT-6669 - Remove migration removal in plugin uninstall
Fixes shopware#456
1 parent fa58ade commit bc01033

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Core/Framework/Plugin/PluginLifecycleService.php

-4
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,6 @@ public function uninstallPlugin(
239239

240240
$pluginBaseClass->uninstall($uninstallContext);
241241

242-
if ($keepUserData === false) {
243-
$this->removeMigrations($pluginBaseClass);
244-
}
245-
246242
$this->updatePluginData(
247243
[
248244
'id' => $plugin->getId(),

0 commit comments

Comments
 (0)