prevent empty migration warning (#2901)

This commit is contained in:
Kevin Papst
2021-11-03 15:48:42 +01:00
committed by GitHub
parent d4278996ae
commit 2bc76e7adc
8 changed files with 20 additions and 0 deletions

View File

@@ -49,5 +49,6 @@ final class Version20190706224211 extends AbstractMigration
{
// the columns above were created incorrect in migration Version20190617100845 for upgraded systems
// that's why there are no equivalent changes in down()
$this->preventEmptyMigrationWarning();
}
}