mirror of
https://github.com/bitwarden/server
synced 2026-01-15 15:03:34 +00:00
[SM-206] Update sqlproject to match migrations (#2246)
This commit is contained in:
@@ -40,7 +40,7 @@ SELECT
|
||||
OS.[ValidUntil] FamilySponsorshipValidUntil
|
||||
FROM
|
||||
[dbo].[OrganizationUser] OU
|
||||
INNER JOIN
|
||||
LEFT JOIN
|
||||
[dbo].[Organization] O ON O.[Id] = OU.[OrganizationId]
|
||||
LEFT JOIN
|
||||
[dbo].[SsoUser] SU ON SU.[UserId] = OU.[UserId] AND SU.[OrganizationId] = OU.[OrganizationId]
|
||||
|
||||
Reference in New Issue
Block a user