You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've converted using file and then importing as well as directly into postgres.
After quickly poking around, I see my tables/columns are present, but running 'rake db:migrate' wants to run every migration in my app.
There are two odd things about this:
It's as if the mySQL table schema_migrations didn't get converted to however postgres manages schema state.
rake db:migrate -- about half of my migrations run fine. This is incredibly odd my first migration creates the "events" table, but that table already exists -- postgres doesn't blow up on that?
Anyways, I would expect that db:migrate would have to do nothing after converting the DBs -- did I skip something?
The text was updated successfully, but these errors were encountered:
I've converted using file and then importing as well as directly into postgres.
After quickly poking around, I see my tables/columns are present, but running 'rake db:migrate' wants to run every migration in my app.
There are two odd things about this:
It's as if the mySQL table schema_migrations didn't get converted to however postgres manages schema state.
rake db:migrate -- about half of my migrations run fine. This is incredibly odd my first migration creates the "events" table, but that table already exists -- postgres doesn't blow up on that?
Anyways, I would expect that db:migrate would have to do nothing after converting the DBs -- did I skip something?
The text was updated successfully, but these errors were encountered: