mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24:47 +02:00
Merge branch 'master' into registry-927
This commit is contained in:
commit
0dc0ac4d16
13 changed files with 233 additions and 176 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue