Files
invoice-system/migrations/rename-external-to-paid.sql
2026-06-11 16:54:47 -05:00

2 lines
72 B
SQL

UPDATE sales_tax_periods SET status = 'paid' WHERE status = 'external';