Files
shopPRO/updates/0.00/ver_0.045_sql.txt
2024-10-23 13:44:50 +02:00

2 lines
161 B
Plaintext

ALTER TABLE pp_shop_promotion ADD condition_type INT NOT NULL AFTER status;
ALTER TABLE pp_shop_promotion CHANGE type discount_type INT(11) NOT NULL DEFAULT '0';