-
Notifications
You must be signed in to change notification settings - Fork 2
Define server team role #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Create server role ClassDB_Team and grant the new role to ClassDB role
Accounted for function ClassDB.hasClassDBRole
afig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to merge. The ClassDB_Team role is properly added, verified, and removed.
wildtayne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks/works good
KevinKelly25
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good. The only very small issue I see is in a comment in addHelpersCore.sql Ln 152. Where it should also include 'classdb_team'
|
Thank you all for reviewing. I have addressed the omission @KevinKelly25 pointed out. |
The commits in this PR add a new server role
ClassDB_Teamin preparation for team support. User and ClassDB role management need the server role to support teams. (Those changes are and should be subject of another PR).