Skip to content

Commit

Permalink
fix: use created_at, updated_at from appeals otherwise grants table l…
Browse files Browse the repository at this point in the history
…oose the temporal order of access
  • Loading branch information
singhvikash11 committed Sep 27, 2022
1 parent 3d9c118 commit d27a542
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ SELECT
"revoked_at",
"revoke_reason",
"created_by",
NOW() AS "created_at",
NOW() AS "updated_at"
"created_at",
"updated_at"
FROM
"appeals"
WHERE
Expand Down

0 comments on commit d27a542

Please sign in to comment.