]> Untitled Git - lemmy.git/blob - migrations/2022-06-13-124806_post_report_name_length/up.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[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