@@ -2269,7 +2269,7 @@ CREATE TABLE public.billing_entities (
22692269 finalize_zero_amount_invoice boolean DEFAULT true NOT NULL,
22702270 invoice_footer text,
22712271 invoice_grace_period integer DEFAULT 0 NOT NULL,
2272- net_payment_term integer DEFAULT 0 NOT NULL ,
2272+ net_payment_term integer DEFAULT 0,
22732273 email character varying,
22742274 email_settings character varying[] DEFAULT '{}'::character varying[] NOT NULL,
22752275 eu_tax_management boolean DEFAULT false,
@@ -3609,7 +3609,7 @@ CREATE TABLE public.invoices (
36093609 sub_total_excluding_taxes_amount_cents bigint DEFAULT 0 NOT NULL,
36103610 sub_total_including_taxes_amount_cents bigint DEFAULT 0 NOT NULL,
36113611 payment_due_date date,
3612- net_payment_term integer DEFAULT 0 NOT NULL ,
3612+ net_payment_term integer DEFAULT 0,
36133613 voided_at timestamp(6) without time zone,
36143614 organization_sequential_id integer DEFAULT 0 NOT NULL,
36153615 ready_to_be_refreshed boolean DEFAULT false NOT NULL,
@@ -14176,6 +14176,8 @@ ALTER TABLE ONLY public.membership_roles
1417614176SET search_path TO "$user", public;
1417714177
1417814178INSERT INTO "schema_migrations" (version) VALUES
14179+ ('20260813134550'),
14180+ ('20260813134021'),
1417914181('20260810135202'),
1418014182('20260805201143'),
1418114183('20260805110509'),
@@ -15277,4 +15279,3 @@ INSERT INTO "schema_migrations" (version) VALUES
1527715279('20220530091046'),
1527815280('20220526101535'),
1527915281('20220525122759');
15280-
0 commit comments