1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 02:03:46 +00:00

add missing go

This commit is contained in:
jaasen-livefront
2025-12-03 13:53:34 -08:00
parent 8945a5e5db
commit 359680e1f5

View File

@@ -425,6 +425,7 @@ BEGIN
EXEC [dbo].[User_BumpAccountRevisionDateByCipherId] @Id, @OrganizationId
END
END
GO
IF OBJECT_ID('[dbo].[CipherDetails_Create]') IS NOT NULL
BEGIN