lemmy/server/migrations/2019-03-05-233828_create_comment/down.sql

3 lines
45 B
MySQL
Raw Normal View History

2019-03-06 01:00:01 +00:00
drop table comment_like;
drop table comment;