Files
geMoldInsight/scripts/db/003_data_fixups.sql
T

4 lines
75 B
SQL
Raw Normal View History

2026-03-25 23:59:29 +08:00
UPDATE sales_orders
SET status = 'manufacturing'
WHERE status = 'pending';