mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 11:47:30 +02:00
Merge branch 'master' into refactor-contact-archivation
This commit is contained in:
commit
b2dab0d316
23 changed files with 253 additions and 36 deletions
|
@ -1069,12 +1069,12 @@ ALTER SEQUENCE public.invoices_id_seq OWNED BY public.invoices.id;
|
|||
|
||||
CREATE TABLE public.legal_documents (
|
||||
id integer NOT NULL,
|
||||
document_type character varying,
|
||||
document_type character varying NOT NULL,
|
||||
documentable_id integer,
|
||||
documentable_type character varying,
|
||||
created_at timestamp without time zone,
|
||||
creator_str character varying,
|
||||
path character varying,
|
||||
path character varying NOT NULL,
|
||||
checksum character varying
|
||||
);
|
||||
|
||||
|
@ -4828,6 +4828,8 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20191203083643'),
|
||||
('20191206183853'),
|
||||
('20191212133136'),
|
||||
('20191219112434'),
|
||||
('20191219124429'),
|
||||
('20191227110904'),
|
||||
('20200113091254'),
|
||||
('20200115102202'),
|
||||
|
@ -4850,3 +4852,4 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20200812090409'),
|
||||
('20200812125810'),
|
||||
('20200902131603');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue