Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 661541a

Browse files
committed
get back declaration of CATALOGINVENTORY_STOCK_ITEM_PRODUCT_ID_WEBSITE_ID into the db_schema_whitelist.json as it should always exists even if we don't have index anymore
1 parent 7fc59e7 commit 661541a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogInventory/etc/db_schema_whitelist.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"CATINV_STOCK_ITEM_PRD_ID_CAT_PRD_ENTT_ENTT_ID": true,
5151
"CATINV_STOCK_ITEM_STOCK_ID_CATINV_STOCK_STOCK_ID": true,
5252
"CATALOGINVENTORY_STOCK_ITEM_PRODUCT_ID_STOCK_ID": true,
53+
"CATALOGINVENTORY_STOCK_ITEM_PRODUCT_ID_WEBSITE_ID": true,
5354
"CATINV_STOCK_ITEM_PRD_ID_SEQUENCE_PRD_SEQUENCE_VAL": true
5455
}
5556
},

0 commit comments

Comments
 (0)