mirror of
https://github.com/bitwarden/server
synced 2025-12-20 02:03:46 +00:00
add missing go
This commit is contained in:
@@ -425,6 +425,7 @@ BEGIN
|
|||||||
EXEC [dbo].[User_BumpAccountRevisionDateByCipherId] @Id, @OrganizationId
|
EXEC [dbo].[User_BumpAccountRevisionDateByCipherId] @Id, @OrganizationId
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
GO
|
||||||
|
|
||||||
IF OBJECT_ID('[dbo].[CipherDetails_Create]') IS NOT NULL
|
IF OBJECT_ID('[dbo].[CipherDetails_Create]') IS NOT NULL
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|||||||
Reference in New Issue
Block a user