]> Untitled Git - lemmy.git/blob - migrations/2021-02-28-162616_clean_empty_post_urls/up.sql
Fix #3501 - Fix aggregation counts for elements removed and deleted (#3543)
[lemmy.git] / migrations / 2021-02-28-162616_clean_empty_post_urls / up.sql
1 UPDATE post SET url = NULL where url = '';