mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
4 lines
180 B
SQL
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;
|