mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
reverse order
This commit is contained in:
parent
7c3735cb43
commit
184cf0c0df
@ -36,8 +36,8 @@ BEGIN
|
||||
@OrganizationId,
|
||||
@Type,
|
||||
@Data,
|
||||
CASE WHEN @FolderId IS NOT NULL THEN CONCAT('{', @UserIdKey, ':"', @FolderId, '"', '}') ELSE NULL END,
|
||||
CASE WHEN @Favorite = 1 THEN CONCAT('{', @UserIdKey, ':true}') ELSE NULL END,
|
||||
CASE WHEN @FolderId IS NOT NULL THEN CONCAT('{', @UserIdKey, ':"', @FolderId, '"', '}') ELSE NULL END,
|
||||
@CreationDate,
|
||||
@RevisionDate
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user