As part of the migration in #1043 we want to use the [Relations](https://orm.drizzle.team/docs/relations) API. In order to do this we need to use the [Query API](https://orm.drizzle.team/docs/data-querying) - [ ] Ensure all relevant tables are in the schema - [ ] Find all calls to `select()` - [ ] Replace with `db.[table].*` - [ ] Make sure tests pass - [ ] Make sure TS is happy