Browse Source

update migration

PM-27884
jaasen-livefront 5 days ago
parent
commit
6f6f48ffed
No known key found for this signature in database
  1. 2
      util/Migrator/DbScripts/2025-12-10_AddCipherArchives.sql

2
util/Migrator/DbScripts/2025-12-10_AddCipherArchives.sql

@ -563,7 +563,7 @@ CREATE OR ALTER PROCEDURE [dbo].[Cipher_UpdateWithCollections] @@ -563,7 +563,7 @@ CREATE OR ALTER PROCEDURE [dbo].[Cipher_UpdateWithCollections]
@DeletedDate DATETIME2(7),
@Reprompt TINYINT,
@Key VARCHAR(MAX) = NULL,
@Archives NVARCHAR(MAX),
@Archives NVARCHAR(MAX) = NULL,
@CollectionIds AS [dbo].[GuidIdArray] READONLY
AS
BEGIN

Loading…
Cancel
Save