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