stuff #29
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "stuff"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -29,0 +33,4 @@
SELECT username, MAX(last_used) AS last_seen
FROM tokens GROUP BY username
) AS tok
ON u.name = tok.username;
Ptet quand meme laisser le order by created_at histoire d'avoir toujours la meme liste