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

@@ -40,5 +40,6 @@ final class Version20190729162655 extends AbstractMigration
public function down(Schema $schema): void
{
$this->preventEmptyMigrationWarning();
}
}