]> Untitled Git - lemmy.git/blob - migrations/2022-08-04-214722_add_distinguished_comment/down.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2022-08-04-214722_add_distinguished_comment / down.sql
1 ALTER TABLE comment
2     DROP COLUMN distinguished;
3