]> Untitled Git - lemmy.git/blob - migrations/2021-03-04-040229_clean_icon_urls/down.sql
Split activity table into sent and received parts (fixes #3103) (#3583)
[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;