We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When server starts up, 1.on-startup.ts file runs which has a lot of startup logic. Update this to also run migrations.
1.on-startup.ts
The text was updated successfully, but these errors were encountered:
can i pick this task @amandesai01
Sorry, something went wrong.
@amandesai01 I can't see any runmigration function to add in 1.on-startup.ts
That will need to be written. It is directly available in drizzle docs.
@amandesai01 I have created a branch here shivam-sharma7@cbcc71b. please, can you pull my changes and test it?
raise a draft PR
Successfully merging a pull request may close this issue.
When server starts up,
1.on-startup.ts
file runs which has a lot of startup logic. Update this to also run migrations.The text was updated successfully, but these errors were encountered: