diff --git a/cdp_backend/database/constants.py b/cdp_backend/database/constants.py index 482a3054..145af7d9 100644 --- a/cdp_backend/database/constants.py +++ b/cdp_backend/database/constants.py @@ -47,3 +47,4 @@ class RoleTitle: VICE_CHAIR = "Vice Chair" ALTERNATE = "Alternate" MEMBER = "Member" + SUPERVISOR = "Supervisor"