Skip to content

Commit

Permalink
Update migration guide for joins changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 24, 2014
1 parent 470d979 commit 00fd740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en/appendices/2-5-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Model
- Unsigned integers are now supported by datasources that provide them (MySQL).
You can set the ``unsigned`` option to true in your schema/fixture files to
start using this feature.
- Joins included in queries are now added **after** joins from associations are
added. This makes it easier to join tables that depend on generated
associations.

Network
=======
Expand Down

0 comments on commit 00fd740

Please sign in to comment.