drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
23.54k stars 578 forks source link

[FEATURE]: Support data migrations independent of schema change #2563

Closed gnarroway-bullish closed 3 months ago

gnarroway-bullish commented 3 months ago

Describe what you want

Background

Workaround

Desired state

a7ul commented 3 months ago

Wont this work for your case?

npx drizzle-kit generate --custom

More details here: https://orm.drizzle.team/kit-docs/commands#generate-migrations

gnarroway-bullish commented 3 months ago

Indeed, totally missed that option thanks :)