Skip to content

Commit

Permalink
Making token_id text in the admin_search view (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
trigramdev9 authored Mar 18, 2022
1 parent 45dd45d commit 3cffc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/db/tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ select
u.id::text as user_id,
u.email as email,
ak.secret as token,
ak.id as token_id,
ak.id::text as token_id,
ak.deleted_at as deleted_at,
akh.inserted_at as reason_inserted_at,
akh.reason as reason,
Expand Down

0 comments on commit 3cffc9b

Please sign in to comment.