Skip to content

Recover deleted Sketch #3054

Discussion options

You must be logged in to vote

So I've just found the solution myself, the data is not deleted at all and the sketch is only marked as deleted in the db.

What you need to do is just connect to postgres and run a query like:
update sketch_status set status='new' where id=123;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andreafabrizi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant