Skip to content

Commit 5f3a94c

Browse files
author
Hwashiang Yu
committed
MC-32145: Wishlist upgrade db update
- Updated clean up data patch
1 parent 8907203 commit 5f3a94c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Wishlist/Setup/Patch/Data/CleanUpData.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public function __construct(
6666
*/
6767
public function apply()
6868
{
69-
$this->adapter->startSetup();
7069
$wishListItemOptionTable = $this->adapter->getTableName('wishlist_item_option');
7170
$select = $this->adapter
7271
->select()
@@ -88,7 +87,6 @@ public function apply()
8887
);
8988
}
9089
}
91-
$this->adapter->endSetup();
9290

9391
return $this;
9492
}

0 commit comments

Comments
 (0)