import 2025 invoices

This commit is contained in:
2026-06-10 11:15:20 -05:00
parent 8672eb6340
commit c5f3cd6554
3 changed files with 236 additions and 1 deletions

View File

@@ -150,7 +150,8 @@ CREATE TABLE public.invoices (
stripe_payment_link_id character varying(255),
stripe_payment_link_url text,
stripe_payment_status character varying(50) DEFAULT 'pending'::character varying,
sent_dates date[] DEFAULT '{}'::date[]
sent_dates date[] DEFAULT '{}'::date[],
source character varying(20) DEFAULT 'native'
);