Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiiKH0240 committed Jan 28, 2025
1 parent e5713d6 commit 0af1a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle-seed/src/services/SeedService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export class SeedService {
) {
orderedTablesNames.push(parent);
} else {
leafTablesNames.push(parent);
leafTablesNames.push(...tablesInOutRelations[parent]!.requiredTableNames, parent);
continue;
}

Expand Down

0 comments on commit 0af1a12

Please sign in to comment.