TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Data Migrations with Prisma

1 pointsby dkpkabout 1 year ago
Let’s consider the following example:<p>On an existing model “User”, I’ve added a non-nullable column with a default value.<p>This table has data in production and now I want to basically run a data migration to fill up existing records.<p>I can get away by writing a one off script and executing it on production database locally, but I am looking for a solution that I can integrate with CI pipeline.

no comments

no comments