From bf7f5416643baff8bb0f1aecf4e9b6db215b08c6 Mon Sep 17 00:00:00 2001 From: hinton Date: Tue, 26 May 2020 20:53:49 +0200 Subject: [PATCH] Add go after last statement. --- util/Migrator/DbScripts/2020-05-22_00_HiddenPassword.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/util/Migrator/DbScripts/2020-05-22_00_HiddenPassword.sql b/util/Migrator/DbScripts/2020-05-22_00_HiddenPassword.sql index d02922b8c..5daa5bbad 100644 --- a/util/Migrator/DbScripts/2020-05-22_00_HiddenPassword.sql +++ b/util/Migrator/DbScripts/2020-05-22_00_HiddenPassword.sql @@ -949,3 +949,4 @@ BEGIN DECLARE @UpdateCollectionsSuccess INT EXEC @UpdateCollectionsSuccess = [dbo].[Cipher_UpdateCollections] @Id, @UserId, @OrganizationId, @CollectionIds END +GO