]> Untitled Git - lemmy.git/blob - migrations/2022-08-04-214722_add_distinguished_comment/up.sql
Split activity table into sent and received parts (fixes #3103) (#3583)
[lemmy.git] / migrations / 2022-08-04-214722_add_distinguished_comment / up.sql
1 alter table comment add column distinguished boolean not null default false;