We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dcd3c commit 86e175bCopy full SHA for 86e175b
webapp/migrations/Version20210407120356.php
@@ -63,7 +63,7 @@ public function up(Schema $schema) : void
63
);
64
}
65
66
- $this->connection->executeStatement('ALTER TABLE `executable` DROP COLUMN `zipfile`');
+ $this->addSql('ALTER TABLE `executable` DROP COLUMN `zipfile`');
67
68
69
0 commit comments