Fixing Neon Schema Drift in CI/E2E by Running the Real Migration Script
This story is from 2026-09-08. It is preserved in the archive; the latest stories are on the live feed.
Fixing Neon Schema Drift in CI/E2E by Running the Real Migration Script TL;DR: I replaced the hand‑crafted SQL block in the GitHub Actions workflow with a call to the actual migrate() function from db.ts . Adding a tiny migrate‑neon.ts script and wiring it into setup‑e2e.ts eliminated the schema‑dr…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-08 18:13 · DEV Community — AI
Fixing Neon Schema Drift in CI/E2E by Running the Real Migration Script