mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 22:31:20 +00:00
16 lines
343 B
SQL
16 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;
|
|
|