Browse Source

update migration

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

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

@ -592,8 +592,13 @@ BEGIN @@ -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

Loading…
Cancel
Save