1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-25 15:09:19 +00:00
lemmy/migrations/2022-06-13-124806_post_report_name_length/up.sql

2 lines
117 B
SQL

-- adjust length limit to match post.name
alter table post_report alter column original_post_name type varchar(200);