remove external product catalogs and join table for external product catalogs and product catalogs, out of scope of plugin
This commit is contained in:
@@ -48,13 +48,6 @@ class AddSoftDeleteToAllTables extends BaseMigration {
|
||||
]);
|
||||
$table->update();
|
||||
|
||||
$table = $this->table('external_product_catalogs_product_catalogs');
|
||||
$table->addColumn('deleted', 'datetime', [
|
||||
'default' => null,
|
||||
'null' => true,
|
||||
]);
|
||||
$table->update();
|
||||
|
||||
$table = $this->table('product_attributes');
|
||||
$table->addColumn('deleted', 'datetime', [
|
||||
'default' => null,
|
||||
|
||||
Reference in New Issue
Block a user