mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
Update Postgres bootstrap for audit admin role
This commit is contained in:
@@ -91,6 +91,7 @@ END $mig$;
|
||||
DO $mig$ BEGIN
|
||||
CREATE TYPE public.userrole AS ENUM (
|
||||
'admin',
|
||||
'audit_admin',
|
||||
'user'
|
||||
);
|
||||
EXCEPTION WHEN duplicate_object THEN NULL;
|
||||
|
||||
Reference in New Issue
Block a user