]> Untitled Git - lemmy.git/blob - migrations/2019-04-07-003142_create_moderation_logs/down.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2019-04-07-003142_create_moderation_logs / down.sql
1 DROP TABLE mod_remove_post;
2
3 DROP TABLE mod_lock_post;
4
5 DROP TABLE mod_remove_comment;
6
7 DROP TABLE mod_remove_community;
8
9 DROP TABLE mod_ban;
10
11 DROP TABLE mod_ban_from_community;
12
13 DROP TABLE mod_add;
14
15 DROP TABLE mod_add_community;
16