mirror of
https://github.com/bitwarden/server.git
synced 2024-11-28 13:15:12 +01:00
Add go after last statement.
This commit is contained in:
parent
4c1ba235d8
commit
bf7f541664
@ -949,3 +949,4 @@ BEGIN
|
|||||||
DECLARE @UpdateCollectionsSuccess INT
|
DECLARE @UpdateCollectionsSuccess INT
|
||||||
EXEC @UpdateCollectionsSuccess = [dbo].[Cipher_UpdateCollections] @Id, @UserId, @OrganizationId, @CollectionIds
|
EXEC @UpdateCollectionsSuccess = [dbo].[Cipher_UpdateCollections] @Id, @UserId, @OrganizationId, @CollectionIds
|
||||||
END
|
END
|
||||||
|
GO
|
||||||
|
Loading…
Reference in New Issue
Block a user