skeleton/assets/migrations/1_user.down.sql

5 lines
86 B
MySQL
Raw Normal View History

2019-08-22 00:48:27 +02:00
DROP TABLE "reset";
DROP TABLE "confirmation";
DROP TABLE "email";
DROP TABLE "user";