mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24:47 +02:00
parent
6fa1ce9128
commit
30ea880211
6 changed files with 8 additions and 60 deletions
|
@ -1082,7 +1082,7 @@ CREATE TABLE public.invoices (
|
|||
total numeric(10,2) NOT NULL,
|
||||
in_directo boolean DEFAULT false,
|
||||
buyer_vat_no character varying,
|
||||
issue_date date
|
||||
issue_date date NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
@ -4934,6 +4934,8 @@ INSERT INTO schema_migrations (version) VALUES ('20190311111718');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20190312211614');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20190315172802');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20190319133036');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20190322152123');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue