mirror of
https://github.com/bitwarden/server.git
synced 2024-11-24 12:35:25 +01:00
comment fix
This commit is contained in:
parent
7364f1d442
commit
3014e47373
@ -96,7 +96,7 @@ namespace Bit.Core.Repositories.SqlServer
|
|||||||
SET
|
SET
|
||||||
-- Do not update [UserId]
|
-- Do not update [UserId]
|
||||||
[Name] = TF.[Name],
|
[Name] = TF.[Name],
|
||||||
-- Do not update TF.[CreationDate]
|
-- Do not update [CreationDate]
|
||||||
[RevisionDate] = TF.[RevisionDate]
|
[RevisionDate] = TF.[RevisionDate]
|
||||||
FROM
|
FROM
|
||||||
[dbo].[Folder] F
|
[dbo].[Folder] F
|
||||||
|
Loading…
Reference in New Issue
Block a user