|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|