Skip to content

Commit

Permalink
Merge pull request #32 from luke83/patch-1
Browse files Browse the repository at this point in the history
configuration bullets counting fix
  • Loading branch information
josegonzalez authored Jun 17, 2017
2 parents 2bfee28 + 0ce46a9 commit 1c4f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ bin/cake bake migration add_version_id_to_posts version_id:integer

### Configuration

There are three behavior configurations that may be used:
There are five behavior configurations that may be used:

- `versionTable`: (Default: `version`) The name of the table to be used to store versioned data. It may be useful to use a different table when versioning multiple types of entities.
- `versionField`: (Default: `version_id`) The name of the field in the versioned table that will store the current version. If missing, the plugin will continue to work as normal.
Expand Down

0 comments on commit 1c4f90d

Please sign in to comment.