Both 'rake db:dump' and 'rake db:data:dump' are referenced in the README.
cimbriano opened this issue · 1 comments
cimbriano commented
Same goes for rake db:load
and rake db:data:load
As a new user, its unclear if these are exactly the same or if there is some difference between them that I'm not aware of.
Examples:
https://github.com/ludicast/yaml_db/blame/master/README.markdown#L21
https://github.com/ludicast/yaml_db/blame/master/README.markdown#L35
dnrce commented
The README already says "Further, there are tasks db:dump and db:load which do the entire database (the equivalent of running db:schema:dump followed by db:data:load)." You're welcome to open a pull request if you have suggestions for improvement.