mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
Merge branch 'master' into refactor-devise-integration
This commit is contained in:
commit
1f78856ea9
13 changed files with 235 additions and 169 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
|
||||
|
@ -4747,6 +4747,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