1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-11 16:18:14 -05:00

Add go after last statement.

This commit is contained in:
hinton 2020-05-26 20:53:49 +02:00
parent 4c1ba235d8
commit bf7f541664

View File

@ -949,3 +949,4 @@ BEGIN
DECLARE @UpdateCollectionsSuccess INT
EXEC @UpdateCollectionsSuccess = [dbo].[Cipher_UpdateCollections] @Id, @UserId, @OrganizationId, @CollectionIds
END
GO