Closed smurthys closed 6 years ago
New view definitions are needed to support teams feature. They should probably be added to addClassDBRolesViewsCore.sql.
addClassDBRolesViewsCore.sql
Team
User
TeamName
FullName
SchemaName
ExtraInfo
MemberCount
TeamMember
These views probably need more fields, but the needs are yet unclear.
New view definitions are needed to support teams feature. They should probably be added to
addClassDBRolesViewsCore.sql
.Team
: list teams (similar to viewUser
but with only basic team information)TeamName
,FullName
,SchemaName
,ExtraInfo
,MemberCount
TeamMember
: list teams and membersThese views probably need more fields, but the needs are yet unclear.