Closed afig closed 6 years ago
Simplifies code in isStudent, isInstructor, and isDBManager functions within addClassDBRolesMgmtCore.sql as pointed out in issue #208. All unit test continue to pass after this (small) change.
isStudent
isInstructor
isDBManager
addClassDBRolesMgmtCore.sql
Changes look good, all tests pass. Should be good to merge
Simplifies code in
isStudent
,isInstructor
, andisDBManager
functions withinaddClassDBRolesMgmtCore.sql
as pointed out in issue #208. All unit test continue to pass after this (small) change.