]> Untitled Git - lemmy.git/blob - migrations/2022-06-13-124806_post_report_name_length/up.sql
add enable_federated_downvotes site option
[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
3     ALTER COLUMN original_post_name TYPE varchar(200);
4