0

today I just ran rake db:migrate... well, two things happened, first it reversed from version 2 to 0, so it smashed my user db (very very annoying) and now it wants to migrate vom version 1. But it should start at version 16.

Any Ideas? Shema.rb is okay and right.

Joern Akkermann
  • 3,542
  • 8
  • 33
  • 41

1 Answers1

0

ok that was simple... by some reasons shema_info in the databse was corrupted... i have absolutely no idea why...

Joern Akkermann
  • 3,542
  • 8
  • 33
  • 41
  • you mean the "schema_migrations" table right? Just making sure we're thinking of the same table. Perhaps that name is configurable? Not sure on that. –  Mar 01 '11 at 21:39