Missing internal check.

This commit is contained in:
mike12345567 2024-07-10 11:21:41 +01:00
parent 4ab3aef020
commit d6ad6a4686
1 changed files with 85 additions and 84 deletions

View File

@ -2085,6 +2085,7 @@ describe.each([
})
})
isInternal &&
describe("relations to same table", () => {
let relatedTable: Table, relatedRows: Row[]