lemmy/migrations/2020-12-17-031053_remove_fast_tables_and_views/down.sql
2024-05-27 15:38:03 -07:00

8 lines
188 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;