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
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!).
The text was updated successfully, but these errors were encountered:
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!).
The text was updated successfully, but these errors were encountered: