]> Untitled Git - lemmy.git/blob - migrations/2021-02-28-162616_clean_empty_post_urls/up.sql
Fix length of post_report.original_post_name db field (fixes #2311) (#2315)
[lemmy.git] / migrations / 2021-02-28-162616_clean_empty_post_urls / up.sql
1 UPDATE post SET url = NULL where url = '';