Add super manager role
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TYPE "UserRole" ADD VALUE IF NOT EXISTS 'SUPER_MANAGER';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TYPE "UserRole" ADD VALUE IF NOT EXISTS 'SUPER_MANAGER';
|
||||