Browse Source

Add go after last statement.

pull/743/head
hinton 6 years ago
parent
commit
bf7f541664
  1. 1
      util/Migrator/DbScripts/2020-05-22_00_HiddenPassword.sql

1
util/Migrator/DbScripts/2020-05-22_00_HiddenPassword.sql

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

Loading…
Cancel
Save