Custom migrate.ts script to run migrations #2662
Answered
by
hyunbinseo
killjoy2013
asked this question in
Q&A
-
I'm just getting used to Drizzle ORM. Is this true that we need to manage migrate script manually? Execution of the migrations is a crucial part of such systems and should be handled reliably by the ORM itself I believe. |
Beta Was this translation helpful? Give feedback.
Answered by
hyunbinseo
Jul 22, 2024
Replies: 2 comments 1 reply
-
The https://github.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.21.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
killjoy2013
-
@hyunbinseo that's it. Thank you 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
drizzle-kit migrate
command was added in v0.21.0. Is this what you are looking for?https://github.com/drizzle-team/drizzle-kit-mirror/releases/tag/v0.21.0