Updated structure.sql

This commit is contained in:
Sergei Tsõganov 2022-03-21 10:03:21 +02:00 committed by Sergei Tsõganov
parent dadcc9580b
commit f59c6ee5c3
9 changed files with 96 additions and 6 deletions

View file

@ -827,8 +827,7 @@ CREATE TABLE public.dnskeys (
updator_str character varying,
legacy_domain_id integer,
updated_at timestamp without time zone,
validation_datetime timestamp without time zone,
failed_validation_reason character varying
validation_datetime timestamp without time zone
);
@ -1196,7 +1195,6 @@ CREATE TABLE public.invoices (
buyer_vat_no character varying,
issue_date date NOT NULL,
e_invoice_sent_at timestamp without time zone,
payment_link character varying,
CONSTRAINT invoices_due_date_is_not_before_issue_date CHECK ((due_date >= issue_date))
);
@ -5403,9 +5401,6 @@ INSERT INTO "schema_migrations" (version) VALUES
('20220106123143'),
('20220113201642'),
('20220113220809'),
('20220124105717'),
('20220216113112'),
('20220228093211');
('20220316140727');