mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-13 14:12:09 +00:00
17 lines
343 B
SQL
17 lines
343 B
SQL
DROP VIEW IF EXISTS mod_remove_post_view;
|
|
|
|
DROP VIEW IF EXISTS mod_lock_post_view;
|
|
|
|
DROP VIEW IF EXISTS mod_remove_comment_view;
|
|
|
|
DROP VIEW IF EXISTS mod_remove_community_view;
|
|
|
|
DROP VIEW IF EXISTS mod_ban_from_community_view;
|
|
|
|
DROP VIEW IF EXISTS mod_ban_view;
|
|
|
|
DROP VIEW IF EXISTS mod_add_community_view;
|
|
|
|
DROP VIEW IF EXISTS mod_add_view;
|
|
|