diff --git a/webapp/migrations/Version20210407120356.php b/webapp/migrations/Version20210407120356.php index 14c263fae3..27543fba5e 100644 --- a/webapp/migrations/Version20210407120356.php +++ b/webapp/migrations/Version20210407120356.php @@ -63,7 +63,7 @@ public function up(Schema $schema) : void ); } - $this->connection->executeStatement('ALTER TABLE `executable` DROP COLUMN `zipfile`'); + $this->addSql('ALTER TABLE `executable` DROP COLUMN `zipfile`'); } }