I just mistakenly performed rake db:schema:load on my development database and it wiped all the data I have been using to perform my tests. I can regenerate some of it using a rake task I wrote, but is there a way to simply undo it?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe there is a way to undo a schema load. There are only rollbacks for migrations. Sorry!