Issue: Error during `db:push` - TypeError in Drizzle Kit with PostgreSQL
Hi everyone,
I'm encountering a persistent issue when running the
#### Error Output:
#### My Setup:
I'm encountering a persistent issue when running the
pnpm db:push command to push my PostgreSQL schema using drizzle-kit. The process fails with a TypeError related to replace() in drizzle-kit@0.26.2. Below are the details:#### Error Output:
#### My Setup:
- Drizzle ORM:
v0.35.3 - Drizzle Kit:
v0.26.2 - Postgres:
v3.4.4 - Node.js:
v18.20.4
drizzle.config.ts):