Closed romanhavrylko closed 1 year ago
Base: 88.28% // Head: 67.32% // Decreases project coverage by -20.95%
:warning:
Coverage data is based on head (
199d72a
) compared to base (49dc1ba
). Patch coverage: 0.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
MigrationMigrateCommand::execute()
with providing a new optionmigrate-to-version
which allows defining the version to migrate database.MigrationStatusCommand::execute()
with providing a new optionlast-version
which allows receiving the last executed version of the migration.