Added support for join tables
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