20250204224004_add_has_overdue_invoices_to_billing_customers.sql

1alter table billing_customers
2add column has_overdue_invoices bool not null default false;