We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b1108 commit 4d2f8abCopy full SHA for 4d2f8ab
includes/referential_integrity_assertions.js
@@ -69,7 +69,7 @@ module.exports = (globalParams, config, referentialIntegrityConditions) => {
69
for (let parentTable in parentTables) {
70
const relationships = parentTables[parentTable];
71
const parentFilter = config[parentTable]?.where ?? true;
72
-
+
73
relationships.forEach(({
74
parentKey,
75
childSchema,
0 commit comments