1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-10-25 12:19:51 +00:00
ibis/migrations/2023-11-28-150402_ibis_setup/down.sql
2023-12-20 17:08:19 +01:00

8 lines
172 B
SQL

drop table conflict;
drop table edit;
drop table article;
drop table instance_follow;
drop table local_user;
drop table person;
drop table instance;
drop table jwt_secret;