1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-25 07:05:04 +00:00
lemmy/migrations/2020-12-17-031053_remove_fast_tables_and_views/down.sql
2020-12-16 22:42:25 -05:00

4 lines
180 B
SQL

-- There is no restore for this, it would require every view, table, index, etc.
-- If you want to save past this point, you should make a DB backup.
select * from user_ limit 1;