import 2025 invoices
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user