Explorar el Código

Merge branch 'hotfix-service-ports' into 'master'

Fixed problem when i restart a ftth service ports because is deleting entries

See merge request interlink-sa/flowdat3/modules/ftth!157
Jean Sumara Leopoldo hace 5 años
padre
commit
36a33691e0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      app/DoctrineMigrations/Version20180221174411.php

+ 0 - 2
app/DoctrineMigrations/Version20180221174411.php

@@ -64,7 +64,5 @@ class Version20180221174411 extends MigrationsBase
     {
         // 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('DROP TABLE service_port');
     }
 }