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

6 lines
66 B
MySQL
Raw Normal View History

2019-08-22 00:48:27 +02:00
DROP TABLE "email";
2020-07-21 22:50:11 +02:00
DROP TABLE "person";
DROP TABLE "identity";