소스 검색

Merge branch 'feature-unecessary-task' into 'master'

Fixed and unified templates to create/disable onu and config

See merge request interlink-sa/flowdat3/modules/ftth!175
Jean Sumara Leopoldo 5 년 전
부모
커밋
9369ac00a2
2개의 변경된 파일196개의 추가작업 그리고 197개의 파일을 삭제
  1. 26 0
      app/DoctrineMigrations/Version20200221195520.php
  2. 170 197
      app/DoctrineMigrations/src/action.yml

+ 26 - 0
app/DoctrineMigrations/Version20200221195520.php

@@ -0,0 +1,26 @@
+<?php
+
+
+namespace Application\Migrations;
+
+
+use Doctrine\DBAL\Migrations\AbstractMigration;
+use Doctrine\DBAL\Schema\Schema;
+
+class Version20200221195520 extends AbstractMigration
+{
+    /**
+     * @param Schema $schema
+     */
+    public function up(Schema $schema)
+    {
+        $this->addSql("DELETE FROM action WHERE id in(7,9,10)");
+    }
+
+    /**
+     * @param Schema $schema
+     */
+    public function down(Schema $schema)
+    {
+    }
+}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 170 - 197
app/DoctrineMigrations/src/action.yml