blog/backend/migrations/2023-02-06-134456_init/down.sql

6 lines
59 B
MySQL
Raw Normal View History

2023-02-12 08:18:56 +00:00
DROP TABLE post_tags;
2023-02-07 06:02:51 +00:00
DROP TABLE posts;
2023-02-12 08:18:56 +00:00
DROP TABLE tags;