File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Modules/SimplCommerce.Module.SampleData/SampleContent Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ DELETE FROM [dbo].[Inventory_StockHistory]
2222GO
2323DELETE FROM [dbo].[Inventory_Stock]
2424GO
25+ DELETE FROM [dbo].[ProductComparison_ComparingProduct]
26+ GO
2527DELETE FROM [dbo].[Catalog_ProductAttributeValue]
2628GO
2729DELETE FROM [dbo].[Catalog_ProductOptionCombination]
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ DELETE FROM "Orders_OrderItem";
1010DELETE FROM " Orders_Order" ;
1111DELETE FROM " Inventory_StockHistory" ;
1212DELETE FROM " Inventory_Stock" ;
13+ DELETE FROM " ProductComparison_ComparingProduct" ;
1314DELETE FROM " Catalog_ProductAttributeValue" ;
1415DELETE FROM " Catalog_ProductOptionCombination" ;
1516DELETE FROM " Catalog_ProductOptionValue" ;
You can’t perform that action at this time.
0 commit comments