You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current template runs the migration in the Dockerfile before the app is built. During development, if there's new code and the application is not deployed yet, running the migration there could produce unexpected errors.
Issue
The current template runs the migration in the Dockerfile before the app is built. During development, if there's new code and the application is not deployed yet, running the migration there could produce unexpected errors.
Expected
We should move the database migration right after the database is initialized, just like we did in Varun API project
Steps to reproduce
N/A
The text was updated successfully, but these errors were encountered: