3
votes
0answers
139 views

Error trying to load structure with rake db:structure:load, “schema_migration” does not exist

I'm running rake db:structure:load but after loading all structure it fails to insert versions at schema_migrations. Looks like PostgreSQL don't know about recently created tables. Already googled ...