1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Change OrgUser Delete Behavior (#2010)

* Fix OrgUserDelete sprocs

* Update Sqlproj
This commit is contained in:
Justin Baur
2022-05-23 15:50:54 -04:00
committed by GitHub
parent 0c925f92c9
commit f235938c41
3 changed files with 49 additions and 2 deletions

View File

@ -7,7 +7,7 @@ BEGIN
UPDATE
OS
SET
[SponsoringOrganizationUserId] = NULL
[ToDelete] = 1
FROM
[dbo].[OrganizationSponsorship] OS
WHERE

View File

@ -7,7 +7,7 @@ BEGIN
UPDATE
OS
SET
[SponsoringOrganizationUserId] = NULL
[ToDelete] = 1
FROM
[dbo].[OrganizationSponsorship] OS
INNER JOIN