This PR changes the privileges on the classdb schema so that instructor and DB managers only have the USAGE privilege. Previously, they were incorrectly given ALL PRIVILEGES.
So far in my preliminary testing, this does not seem to impact the functionality of any part of the system. However, I still need to test a bit more since this is a relatively significant change.
This PR changes the privileges on the
classdb
schema so that instructor and DB managers only have theUSAGE
privilege. Previously, they were incorrectly givenALL PRIVILEGES
.So far in my preliminary testing, this does not seem to impact the functionality of any part of the system. However, I still need to test a bit more since this is a relatively significant change.
Fixes #148