Files
database/migrations/archive/000.140.sql
T
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

3 lines
143 B
SQL

-- P5-4476 Contract customers with default invoice gets KCO
UPDATE contract_customers SET payment_type = 'invoice' WHERE payment_type IS NULL;