We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637f70c commit 9ef61b7Copy full SHA for 9ef61b7
migrations/Version20241219124024.php
@@ -17,7 +17,6 @@ public function getDescription(): string
17
public function up(Schema $schema): void
18
{
19
$this->addSql('CREATE UNIQUE INDEX package_name_idx ON package (name)');
20
- $this->addSql('SELECT 1');
21
}
22
23
public function down(Schema $schema): void
0 commit comments