What is the recommended way to run a script after EACH migration is run? #1722
Unanswered
israelcrux
asked this question in
Q&A
Replies: 0 comments
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.
-
If you have to change your DB schema relationships (by adding a bridge table for instance), you are faced with the problem of assigning new references and removing the old ones for the already existing data.
Is there a "proper" way to use Drizzle to run a script after a specific migration is executed?
Beta Was this translation helpful? Give feedback.
All reactions