소스 검색

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

Jean Sumara 5 년 전
부모
커밋
ad418b87b1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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');
     }
 }