Skip to content

Commit

Permalink
more readme formatting. [no-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
scytherswings committed Sep 18, 2018
1 parent 458a32a commit 1f52ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ end
- Defaults to `STDOUT`.

- `approved_tables` - Optional: The list of tables to allow modification on.
- If you want to manipulate database tables with this gem you're going to need to provide the
- If you want to manipulate database tables with this gem you're going to need to provide the
table name for all of the partitions you wish to manage.
- Example: if you want to manage the `comments` table (partitioned or not)
- Example: if you want to manage the `comments` table (partitioned or not)
then the value would be `['comments']`

- `dry_run` - Optional: Boolean value to control whether changes are executed on the database.
Expand Down

0 comments on commit 1f52ff8

Please sign in to comment.