1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

comment fix

This commit is contained in:
Kyle Spearrin 2016-02-21 01:12:12 -05:00
parent 7364f1d442
commit 3014e47373

View File

@ -96,7 +96,7 @@ namespace Bit.Core.Repositories.SqlServer
SET
-- Do not update [UserId]
[Name] = TF.[Name],
-- Do not update TF.[CreationDate]
-- Do not update [CreationDate]
[RevisionDate] = TF.[RevisionDate]
FROM
[dbo].[Folder] F