You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2019-04-11-144915_create_mo.../down.sql

17 lines
263 B
SQL

DROP VIEW mod_remove_post_view;
DROP VIEW mod_lock_post_view;
DROP VIEW mod_remove_comment_view;
DROP VIEW mod_remove_community_view;
DROP VIEW mod_ban_from_community_view;
DROP VIEW mod_ban_view;
DROP VIEW mod_add_community_view;
DROP VIEW mod_add_view;