Files
shopPRO/updates/0.30/ver_0.304_sql.txt
2026-04-30 02:39:43 +02:00

2 lines
183 B
Plaintext

ALTER TABLE pp_shop_payment_methods ADD COLUMN min_order_amount DECIMAL(10,2) DEFAULT NULL;
ALTER TABLE pp_shop_payment_methods ADD COLUMN max_order_amount DECIMAL(10,2) DEFAULT NULL;