From 7113237148c70cdf41e56ea6129384f3bd8cc37a Mon Sep 17 00:00:00 2001 From: jaasen-livefront Date: Thu, 11 Dec 2025 11:57:16 -0800 Subject: [PATCH] update migration --- util/Migrator/DbScripts/2025-12-10_AddCipherArchives.sql | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/util/Migrator/DbScripts/2025-12-10_AddCipherArchives.sql b/util/Migrator/DbScripts/2025-12-10_AddCipherArchives.sql index 027faadb8f..100e71aeb7 100644 --- a/util/Migrator/DbScripts/2025-12-10_AddCipherArchives.sql +++ b/util/Migrator/DbScripts/2025-12-10_AddCipherArchives.sql @@ -592,8 +592,13 @@ BEGIN [Data] = @Data, [Attachments] = @Attachments, [RevisionDate] = @RevisionDate, - [DeletedDate] = @DeletedDate, [Key] = @Key - -- No need to update CreationDate, Favorites, Folders, or Type since that data will not change + [DeletedDate] = @DeletedDate, + [Key] = @Key, + [Folders] = @Folders, + [Favorites] = @Favorites, + [Reprompt] = @Reprompt, + [Archives] = @Archives + -- No need to update CreationDate or Type since that data will not change WHERE [Id] = @Id