]> Untitled Git - lemmy.git/blob - migrations/2022-06-13-124806_post_report_name_length/down.sql
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[lemmy.git] / migrations / 2022-06-13-124806_post_report_name_length / down.sql
1 alter table post_report alter column original_post_name type varchar(100);