Merge branch 'master' into registry-927

This commit is contained in:
Maciej Szlosarczyk 2018-08-24 12:58:29 +03:00
commit 0dc0ac4d16
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
13 changed files with 233 additions and 176 deletions

View file

@ -909,7 +909,7 @@ CREATE TABLE public.domains (
statuses character varying[],
reserved boolean DEFAULT false,
status_notes public.hstore,
statuses_backup character varying[] DEFAULT '{}'::character varying[],
statuses_before_force_delete character varying[] DEFAULT '{}'::character varying[],
upid integer,
up_date timestamp without time zone,
uuid uuid DEFAULT public.gen_random_uuid() NOT NULL,
@ -4748,6 +4748,8 @@ INSERT INTO schema_migrations (version) VALUES ('20180327151906');
INSERT INTO schema_migrations (version) VALUES ('20180331200125');
INSERT INTO schema_migrations (version) VALUES ('20180422154642');
INSERT INTO schema_migrations (version) VALUES ('20180612042234');
INSERT INTO schema_migrations (version) VALUES ('20180612042625');