backend/migrations/2025-05-27-162114_create_email_tokens/down.sql
Radical 83f031779f feat: add email verification system
Co-Authored-By: JustTemmie <git@beaver.mom>
2025-05-27 21:57:08 +02:00

2 lines
71 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE email_tokens;