Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should be able to import a database #14

Open
mariovisic opened this issue Aug 25, 2010 · 0 comments
Open

should be able to import a database #14

mariovisic opened this issue Aug 25, 2010 · 0 comments
Labels

Comments

@mariovisic
Copy link
Contributor

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!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant