mirror of
https://github.com/bitwarden/server.git
synced 2025-06-24 20:58:49 -05:00
PM-20574 fixed inconsistency in db script
This commit is contained in:
parent
f63bde0ec5
commit
360ee89d4e
@ -142,14 +142,14 @@ BEGIN
|
||||
FROM
|
||||
[dbo].[OrganizationApplication]
|
||||
WHERE
|
||||
[Id] = @Id
|
||||
[OrganizationId] = @Id
|
||||
|
||||
-- Delete Organization Report
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[OrganizationReport]
|
||||
WHERE
|
||||
[Id] = @Id
|
||||
[OrganizationId] = @Id
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
|
Loading…
x
Reference in New Issue
Block a user