1
0
Fork 0
forked from gorb/backend

feat: move email tokens to valkey

No need to have them in permanent DB storage when they are temporary
This commit is contained in:
Radical 2025-06-03 11:01:33 +00:00
parent 4cbe551061
commit b223dff4ba
5 changed files with 27 additions and 53 deletions

View file

@ -0,0 +1,2 @@
-- Your SQL goes here
DROP TABLE email_tokens;