1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-10-25 18:19:53 +00:00
ibis/migrations/2023-11-28-150402_article/down.sql

6 lines
107 B
MySQL
Raw Normal View History

2023-12-05 00:17:02 +00:00
drop table conflict;
2023-11-29 15:41:29 +00:00
drop table edit;
drop table article;
drop table instance_follow;
2023-12-05 00:17:02 +00:00
drop table instance;