skeleton/assets/migrations/2_email_tokens.down.sql

3 lines
62 B
MySQL
Raw Normal View History

2020-07-21 22:50:11 +02:00
DROP TABLE "email_confirmation";
DROP TABLE "password_reset";