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
@jim-parry@lonnieezell , I guess, the better return type of the function should be,
Current version string on success or False if no migrations to perform or failure in process.
@atishamte I agree with that. I guess this is why you submitted the other PR. I had not seen this comment until I had already looked at the PR and was confused :) Next time maybe include the issue # in the description so we know what it's solving.
According to the function declaration for MigrationRunner::version, the function should return
It does not return "current version string on success". It will always return true on success.
Here is a coy of the function from current developer branch.
The text was updated successfully, but these errors were encountered: