Files
shopPRO/updates/0.20/ver_0.228_sql.txt
2025-06-04 22:08:10 +02:00

2 lines
142 B
Plaintext

ALTER TABLE `pp_shop_orders` ADD COLUMN `trustmate_send` INT(11) NULL DEFAULT '0' AFTER `parsed`;
UPDATE pp_shop_orders SET trustmate_send = 1