fix deprecations in migrations (#1544)

This commit is contained in:
Kevin Papst
2020-03-12 00:42:47 +01:00
committed by GitHub
parent e4610af235
commit 7b7a962e04
14 changed files with 84 additions and 328 deletions

View File

@@ -38,6 +38,6 @@ final class Version20190321181243 extends AbstractMigration
public function down(Schema $schema): void
{
$this->addSql('DROP TABLE kimai2_configuration');
$schema->dropTable('kimai2_configuration');
}
}