Files
database/migrations/000.357.sql
T
Rikard BartholfandGitHub 751f9ddf96 Fix crashing invoice reports (#253)
* Fix crashing invoice reports

* Fix typo
2022-02-10 13:46:17 +01:00

2 lines
87 B
SQL

UPDATE orders SET payment_type = 'none' WHERE order_sum <= 0 AND payment_type IS NULL;