mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
comment fix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user