Commit 56bcd9b
committed
fix: drastically simplify seed SQL - no CTEs, no subqueries
Replace complex CTE/CROSS JOIN patterns with simple INSERT VALUES.
Use WHILE loop for transactions instead of CTE-based generation.
Use variables for PRINT counts instead of inline subqueries.
All idempotent with IF NOT EXISTS guards.1 parent b85e7dc commit 56bcd9b
1 file changed
Lines changed: 124 additions & 223 deletions
0 commit comments