]> Untitled Git - lemmy.git/blob - migrations/2020-12-17-031053_remove_fast_tables_and_views/down.sql
Speedup CI (#3852)
[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 SELECT
4     *
5 FROM
6     user_
7 LIMIT 1;
8