Skip to content

Commit

Permalink
bug #236 fix doctrine migration sql (arti0090)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

fixes #196

Commits
-------

5d950cc fix doctrine migration sql
  • Loading branch information
GSadee authored Dec 22, 2020
2 parents dd88749 + 5d950cc commit d72aa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migrations/Version20190517064223.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public function down(Schema $schema): void
// this down() migration is auto-generated, please modify it to your needs
$this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'mysql', 'Migration can only be executed safely on \'mysql\'.');

$this->addSql('ALTER TABLE sylius_product_review CHANGE title title VARCHAR(255) NOT NULL COLLATE utf8_unicode_ci');
$this->addSql('ALTER TABLE sylius_refund_refund CHANGE type type VARCHAR(255) NOT NULL COLLATE utf8_unicode_ci');
}
}

0 comments on commit d72aa8a

Please sign in to comment.