Skip to content

Commit 5e6c0dd

Browse files
committed
MAGETWO-61064: Table vault_payment_token doesn't exist
1 parent a592766 commit 5e6c0dd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Vault/Setup/UpgradeData.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ class UpgradeData implements UpgradeDataInterface
2626
*/
2727
private static $salesConnectionName = 'sales';
2828

29-
/**
30-
* @var AdapterInterface
31-
*/
32-
private $connection;
33-
3429
/**
3530
* @inheritdoc
3631
*/
@@ -74,5 +69,4 @@ public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface
7469

7570
$setup->endSetup();
7671
}
77-
7872
}

0 commit comments

Comments
 (0)