You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2020-12-17-031053_remove_fa.../down.sql

9 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;