@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.'); |
24 | 24 | |
25 | 25 | $this->addSql('DROP INDEX UNIQ_389B7835E237E06 ON tag'); |
26 | - } |
|
26 | + } |
|
27 | 27 | |
28 | 28 | public function down(Schema $schema) : void |
29 | 29 | { |
@@ -31,5 +31,5 @@ discard block |
||
31 | 31 | $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.'); |
32 | 32 | |
33 | 33 | $this->addSql('CREATE UNIQUE INDEX UNIQ_389B7835E237E06 ON tag (name)'); |
34 | - } |
|
34 | + } |
|
35 | 35 | } |