first commit

This commit is contained in:
2024-10-23 13:44:50 +02:00
commit b6107b8c75
7924 changed files with 1087672 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE pp_shop_promotion ADD COLUMN min_product_count INT NULL DEFAULT NULL AFTER include_product_promo;
ALTER TABLE pp_shop_promotion ADD COLUMN price_cheapest_product INT NULL DEFAULT NULL AFTER min_product_count;
ALTER TABLE pp_shop_promotion CHANGE COLUMN price_cheapest_product price_cheapest_product DECIMAL(12,2) NULL DEFAULT NULL AFTER min_product_count;