On Fri, Sep 12, 2008 at 1:02 AM, Adam <[EMAIL PROTECTED]> wrote:

> I'm working on a large rails projects that has a lot of migration
> files (around 80). Through some development quirk, probably due to bad
> svn merging, my local database hasn't run migration 63. Is there a way
> to run this one file without having to roll back through all the later
> migrations, which would cause significant data loss?

% rake db:migration:up VERSION=63

Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to