@@ -2280,7 +2280,7 @@ CREATE TABLE public.billing_entities (
22802280 finalize_zero_amount_invoice boolean DEFAULT true NOT NULL,
22812281 invoice_footer text,
22822282 invoice_grace_period integer DEFAULT 0 NOT NULL,
2283- net_payment_term integer DEFAULT 0 NOT NULL ,
2283+ net_payment_term integer DEFAULT 0,
22842284 email character varying,
22852285 email_settings character varying[] DEFAULT '{}'::character varying[] NOT NULL,
22862286 eu_tax_management boolean DEFAULT false,
@@ -3620,7 +3620,7 @@ CREATE TABLE public.invoices (
36203620 sub_total_excluding_taxes_amount_cents bigint DEFAULT 0 NOT NULL,
36213621 sub_total_including_taxes_amount_cents bigint DEFAULT 0 NOT NULL,
36223622 payment_due_date date,
3623- net_payment_term integer DEFAULT 0 NOT NULL ,
3623+ net_payment_term integer DEFAULT 0,
36243624 voided_at timestamp(6) without time zone,
36253625 organization_sequential_id integer DEFAULT 0 NOT NULL,
36263626 ready_to_be_refreshed boolean DEFAULT false NOT NULL,
@@ -14191,6 +14191,8 @@ SET search_path TO "$user", public;
1419114191INSERT INTO "schema_migrations" (version) VALUES
1419214192('20260817175013'),
1419314193('20260817175012'),
14194+ ('20260813134550'),
14195+ ('20260813134021'),
1419414196('20260810135202'),
1419514197('20260805201143'),
1419614198('20260805110509'),
@@ -15293,4 +15295,3 @@ INSERT INTO "schema_migrations" (version) VALUES
1529315295('20220530091046'),
1529415296('20220526101535'),
1529515297('20220525122759');
15296-
0 commit comments