]> Untitled Git - lemmy.git/blob - migrations/2022-08-04-214722_add_distinguished_comment/down.sql
Add migration to mark local communities as such (#3257)
[lemmy.git] / migrations / 2022-08-04-214722_add_distinguished_comment / down.sql
1 alter table comment drop column distinguished;