backend/migrations/2025-06-03-103311_remove_email_tokens/up.sql
Radical b223dff4ba feat: move email tokens to valkey
No need to have them in permanent DB storage when they are temporary
2025-06-03 11:01:33 +00:00

2 lines
47 B
SQL

-- Your SQL goes here
DROP TABLE email_tokens;