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
Currently, if the migration job fails during a new deployment because for example wrong credentials, the app will be running but the DB schema will not be created.
Ideally the apps should wait until the job is successful to clearly notify the user that everything went well.