Drizzle 0.30.4 missed six PostgreSQL parent tables and stalled CI
In drizzle-kit 0.30.4, PostgreSQL introspection filters relkind by 'r', 'v', 'm', so six partitioned parent tables (relkind='p') are omitted while 96 partition children appear as ordinary tables. The push command opens an interactive rename menu that does not accept input from yes, and the hung process blocks the deployment. The issue also affects 0.31.10, with a fix expected in 1.0.
- drizzle-kit 0.30.4 misses parent tables with relkind='p'
- 96 partition children are treated as ordinary tables
- Rename menu ignores input from yes | npx drizzle-kit push
- The hung process blocks the migration step and the whole deploy
Read next
Software