]> Untitled Git - lemmy.git/blob - migrations/2021-03-04-040229_clean_icon_urls/down.sql
Update community statistics after post or comment is deleted by user (#2193)
[lemmy.git] / migrations / 2021-03-04-040229_clean_icon_urls / down.sql
1 -- This is a clean-up migration that cannot be undone,
2 -- but Diesel requires a non-empty script so run a no-op.
3 SELECT 1;