refresh_tokens: add app inside each refresh token

This commit is contained in:
Philippe Loctaux 2023-04-02 01:10:27 +02:00
parent 2caf584cb7
commit 956f28f7e5
11 changed files with 109 additions and 75 deletions

View file

@ -3,6 +3,7 @@ select
token,
ip_address,
user,
app,
-- timings
created_at as "created_at: DateTime<Utc>",