]> Untitled Git - lemmy.git/blob - migrations/2020-12-17-031053_remove_fast_tables_and_views/down.sql
Add language tags for comments
[lemmy.git] / migrations / 2020-12-17-031053_remove_fast_tables_and_views / down.sql
1 -- There is no restore for this, it would require every view, table, index, etc.
2 -- If you want to save past this point, you should make a DB backup.
3
4 select * from user_ limit 1;