invalidate used token

This commit is contained in:
Andreas Brett
2021-10-19 00:42:33 +02:00
parent c6fc385289
commit acc2995d86
3 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
BEGIN TRANSACTION;
ALTER TABLE user
ADD twofa_last_token VARCHAR(6);
COMMIT;