1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-05 01:52:49 -05:00

Add sponsorship available boolean to orgDetails

This commit is contained in:
Matt Gibson
2021-11-08 19:06:32 -05:00
parent 6357514064
commit b61227d87e
6 changed files with 14 additions and 2 deletions

View File

@ -622,6 +622,7 @@ SELECT
OU.[OrganizationId],
O.[Name],
O.[Enabled],
O.[PlanType],
O.[UsePolicies],
O.[UseSso],
O.[UseGroups],