README.md in effective_developer-0.6.10 vs README.md in effective_developer-0.6.11

- old
+ new

@@ -236,9 +236,15 @@ ```ruby rake pg:pull rake pg:pull[staging] ``` +By default, any data in the `logs` table will be excluded. To include the logs data: + +```ruby +rake pg:pull logs=true +``` + ## pg:load Drops and re-creates the local database then initializes database with the contents of latest.dump ```ruby