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

Option to dump or load a Single Table #76

Closed
ballin22s opened this issue Dec 25, 2014 · 5 comments
Closed

Option to dump or load a Single Table #76

ballin22s opened this issue Dec 25, 2014 · 5 comments

Comments

@ballin22s
Copy link

It would be great if you can add a way to limit a database dump or load to a single table by adding a table parameter to the rake task.

Ex.
rake db:data:dump["table_name"] -> Dump contents of Rails database table "table_name" to db/data.yml
rake db:data:load["table_name"] -> Load contents of db/data.yml into the database table "table_name"

@dnrce
Copy link
Member

dnrce commented Dec 25, 2014

PR #59 attempts to address this but needs some cleanup to be mergeable.

@kikicarbonell
Copy link

👍

@epaminond
Copy link

Would be usefull!

@glassputan
Copy link

Bump

@dnrce
Copy link
Member

dnrce commented Mar 25, 2017

Consolidating under #9.

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

No branches or pull requests

5 participants