This commit is contained in:
2026-04-30 02:39:43 +02:00
parent e84edb2354
commit 255456dcc5
5 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
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;