I know that in heroku you can run
heroku rake db:migrate
from your ruby console and itll run the migrations on the database for your heroku app.
Is there something similar for appharbor and ef code first migrations?
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.
The Entity Framework team is working on this and there’s a beta out. Here’s a blog post from Scott Hanselman. This feature comes with support for migrating to remote servers (like the one you might have on AppHarbor) too.