From 4144ae9ecc8c4ef9b68ae4d725bd36a6de9ae877 Mon Sep 17 00:00:00 2001 From: jaasen-livefront Date: Thu, 4 Dec 2025 13:28:45 -0800 Subject: [PATCH] update migration --- util/Migrator/DbScripts/2025-12-02_AddCipherArchives.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Migrator/DbScripts/2025-12-02_AddCipherArchives.sql b/util/Migrator/DbScripts/2025-12-02_AddCipherArchives.sql index bc2c62a9c7..449feea8fb 100644 --- a/util/Migrator/DbScripts/2025-12-02_AddCipherArchives.sql +++ b/util/Migrator/DbScripts/2025-12-02_AddCipherArchives.sql @@ -735,7 +735,7 @@ CREATE PROCEDURE [dbo].[Cipher_UpdateWithCollections] @Reprompt TINYINT, @Key VARCHAR(MAX) = NULL, @ArchivedDate DATETIME2(7) = NULL, - @Archives NVARCHAR(MAX) = NULL, + @Archives NVARCHAR(MAX), @CollectionIds AS [dbo].[GuidIdArray] READONLY AS BEGIN