]> Untitled Git - lemmy.git/blob - migrations/2021-02-28-162616_clean_empty_post_urls/up.sql
Adding admin purging of DB items and pictures. #904 #1331 (#1809)
[lemmy.git] / migrations / 2021-02-28-162616_clean_empty_post_urls / up.sql
1 UPDATE post SET url = NULL where url = '';