fix deprecations in migrations (#1544)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user