Displaying 1 result from an estimated 1 matches for "007_xxx".
Did you mean:
001_xxx
2007 Jul 09
1
Issue with version field in schema_info
...9; is the only field, but in case this changed one day my
question will still apply) ;)
I had to drop all my tables to re-run my migrations from version 1. When
I executed ''rake db:migrate'' everything ran successfully. Which puts my
database ''state'' at migration 007_xxx.
Now when I add a migration (008_xxx) and re-run ''rake db:migrate'' I got
an error saying the table being create in migration 001_xxx already
exists.
When I checked the table "select * from schema_info" there was nothing
in the table. Inserting the proper version number...