1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

reverse order

This commit is contained in:
Kyle Spearrin 2017-04-17 13:34:45 -04:00
parent 7c3735cb43
commit 184cf0c0df

View File

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