]> Untitled Git - lemmy.git/blob - migrations/2022-06-13-124806_post_report_name_length/up.sql
Fix #3501 - Fix aggregation counts for elements removed and deleted (#3543)
[lemmy.git] / migrations / 2022-06-13-124806_post_report_name_length / up.sql
1 -- adjust length limit to match post.name
2 alter table post_report alter column original_post_name type varchar(200);