add the all group to admin

This commit is contained in:
Ruben Fiszel
2022-12-12 12:47:07 +01:00
parent b920345de2
commit 94cecd56d2
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,2 @@
-- Add up migration script here
INSERT INTO group_ SELECT id, 'all', 'The group that always contains all users of this workspace' FROM workspace ON CONFLICT DO NOTHING;