1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00: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
committed by Justin Baur
parent 45f6ec1781
commit d8e986b27b
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],