18691: Add groups.frozen_by_uuid attribute.
[arvados.git] / services / api / db / structure.sql
index 2f7748335694310b09de911104a446ce54885093..573a4375cd98562a7933615a3173953f0de805f4 100644 (file)
@@ -567,7 +567,8 @@ CREATE TABLE public.groups (
     trash_at timestamp without time zone,
     is_trashed boolean DEFAULT false NOT NULL,
     delete_at timestamp without time zone,
-    properties jsonb DEFAULT '{}'::jsonb
+    properties jsonb DEFAULT '{}'::jsonb,
+    frozen_by_uuid character varying
 );
 
 
@@ -3146,6 +3147,8 @@ INSERT INTO "schema_migrations" (version) VALUES
 ('20210108033940'),
 ('20210126183521'),
 ('20210621204455'),
-('20210816191509');
+('20210816191509'),
+('20211027154300'),
+('20220224203102');