]> Untitled Git - lemmy.git/blob - migrations/2023-06-22-051755_fix_local_communities_marked_non_local/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2023-06-22-051755_fix_local_communities_marked_non_local / down.sql
1 -- Add a no-op statement to prevent `diesel migration redo` errors
2 SELECT
3     1;
4