]> Untitled Git - lemmy.git/blob - migrations/2019-04-11-144915_create_mod_views/down.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2019-04-11-144915_create_mod_views / down.sql
1 DROP VIEW mod_remove_post_view;
2
3 DROP VIEW mod_lock_post_view;
4
5 DROP VIEW mod_remove_comment_view;
6
7 DROP VIEW mod_remove_community_view;
8
9 DROP VIEW mod_ban_from_community_view;
10
11 DROP VIEW mod_ban_view;
12
13 DROP VIEW mod_add_community_view;
14
15 DROP VIEW mod_add_view;
16