Skip to content

Added support for join tables

Choose a tag to compare

@OwenMelbz OwenMelbz released this 24 Jun 16:34
· 58 commits to master since this release

This is just a minor update which adds the ability to use join tables which is useful for applying conditions which use information in other tables e.g.

addresses:
  conditions: users.id = 1
  joins: users on users.id = address.user_id;

To get the update just run forget-db update