Files
geMoldInsight/scripts/db/003_data_fixups.sql
T
2026-03-25 23:59:29 +08:00

4 lines
75 B
SQL

UPDATE sales_orders
SET status = 'manufacturing'
WHERE status = 'pending';