1
0
Fork 0
forked from gorb/backend
backend-ci-testing/migrations/2025-06-03-110142_remove_password_reset_tokens/up.sql
Radical 419f37b108 feat: move password reset tokens to valkey
Also just as useless to keep in DB
2025-06-03 11:03:52 +00:00

2 lines
56 B
SQL

-- Your SQL goes here
DROP TABLE password_reset_tokens;