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

8 lines
85 B
MySQL
Raw Normal View History

2023-02-07 06:02:51 +00:00
DROP TABLE posts;
DROP TABLE tags;
DROP INDEX configs_active;
DROP TABLE configs;