]> Untitled Git - lemmy.git/blob - migrations/2021-03-31-144349_add_site_short_description/down.sql
Showing # of unread comments for posts. Fixes #2134 (#2393)
[lemmy.git] / migrations / 2021-03-31-144349_add_site_short_description / down.sql
1 alter table site drop column description;
2 alter table site rename column sidebar to description;