There should be a step in the project that checks to see if there is an existing schema file within the project, created by running:
rake db:schema:dump
It should then attempt to import it using:
rake db:schema:load
This should probably only occur is there is no existing database, and it could replace the bootstrap and migration steps (as it would essentially do those anyway!).