Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: deflake postgres and sqlite integration joins test (#9939)
`relationTo` was specified incorrectly which led to ``` ● Joins Field › rEST API should not populate individual join by providing schemaPath=false error: insert or update on table "collection_restricted" violates foreign key constraint "collection_restricted_category_id_restricted_categories_id_fk" 18 | .returning() 19 | } else { > 20 | result = await (db as TransactionPg).insert(table).values(values).returning() ```
- Loading branch information