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
I expect to read the log message "Applying schema migrations" before the migrations take place
Current Behavior
The log line is being shipped before the operation takes place, but as the migration itself is a blocking operation, the asynchronous log line is being shipped to the parent process, after the migration has been applied.
The text was updated successfully, but these errors were encountered:
Expected Behavior
I expect to read the log message "Applying schema migrations" before the migrations take place
Current Behavior
The log line is being shipped before the operation takes place, but as the migration itself is a blocking operation, the asynchronous log line is being shipped to the parent process, after the migration has been applied.
The text was updated successfully, but these errors were encountered: