README.md in prodder-1.7.5 vs README.md in prodder-1.7.6
- old
+ new
@@ -1,11 +1,11 @@
prodder [![Build Status](https://travis-ci.org/enova/prodder.svg?branch=master)](https://travis-ci.org/enova/prodder)
=======
-A tool to maintain and load your Rails application's database structure and seed
-table contents, based on its migration history and the current in production
-databases.
+A tool to maintain and load your Rails application's database structure, seed
+table contents, permissions and database settings based on its migration history
+and the current state in production databases.
In short: `db:reset db:migrate`
1. Your project maintains `db/structure.sql`, `db/seeds.sql`, and optional
`db/quality_checks.sql` and `db/permissions.sql` files as it sees fit (ie, by using `prodder` as a script to dump