| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class Version20210302154654 extends AbstractMigration |
||
| 14 | { |
||
| 15 | public function getDescription() : string |
||
| 16 | { |
||
| 17 | return ''; |
||
| 18 | } |
||
| 19 | |||
| 20 | public function up(Schema $schema) : void |
||
| 21 | { |
||
| 22 | // this up() migration is auto-generated, please modify it to your needs |
||
| 23 | $this->addSql('DROP INDEX UNIQ_23CC85045E237E06 ON bitbag_mollie_configuration'); |
||
| 24 | $this->addSql('ALTER TABLE bitbag_mollie_logger CHANGE message message VARCHAR(1000) NOT NULL'); |
||
| 25 | } |
||
| 26 | |||
| 27 | public function down(Schema $schema) : void |
||
| 32 | } |
||
| 33 | } |
||
| 34 |