1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-24 14:48:21 +00:00
lemmy/server/migrations/2019-10-19-052737_create_user_mention/down.sql
2019-10-19 17:46:29 -07:00

2 lines
54 B
SQL
Vendored

drop view user_mention_view;
drop table user_mention;