Replies: 1 comment
-
@osdiab in case you didn't figure this out already, this is a supported feature: https://orm.drizzle.team/kit-docs/commands
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is there a way to generate a migration manually that doesn’t rely on having to change some aspect of the schema? Occasionally I have migrations where it’s mostly just updating data en masse rather than changing this schema. I suppose I could achieve this manually by creating a new SQL file and potentially updating the journal metadata file myself by hand, or by making some dummy schema change just to provoke drizzle kit to make a migration file and then delete whatever it comes up with, but that sounds jank /easy to mess up. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions