Skip to content

Commit

Permalink
Merge pull request #227 from kenchan0130/topic/update_readme_jsonb
Browse files Browse the repository at this point in the history
Append a thing that is able to use jsonb to README
  • Loading branch information
Harry Maclean authored May 16, 2017
2 parents 41b56ba + 8577231 commit bf89b2d
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 @@ -153,7 +153,7 @@ By default, Statesman uses `serialize` to store the metadata in JSON format.
It is also possible to use the PostgreSQL JSON column if you are using Rails 4
or 5. To do that

* Change `metadata` column type in the transition model migration to `json`
* Change `metadata` column type in the transition model migration to `json` or `jsonb`

```ruby
# Before
Expand Down

0 comments on commit bf89b2d

Please sign in to comment.