Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeah authored Apr 10, 2017
1 parent 661636e commit 42dd547
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ Version 1.1.0 - HAS BREAKING CHANGES
* Switched to testing with PostgreSQL
* Switch to using native JSONField on Django>=1.9. If you
are upgrading an existing installation you will need to
execute the following SQL command manually:
`ALTER TABLE "papertrail_entry" ALTER COLUMN "data" TYPE jsonb USING "data"::jsonb;`
This is because there is no easy way to change the
execute the following SQL command manually: `ALTER TABLE "papertrail_entry" ALTER COLUMN "data" TYPE jsonb USING "data"::jsonb;` This is because there is no easy way to change the
underlying field AND dropping the dependency on django-jsonfield
at the same time. Sorry :(

Expand Down

0 comments on commit 42dd547

Please sign in to comment.