소스 검색

Migración inicial ftth

Guillermo Espinoza 7 년 전
부모
커밋
a7c4a3cf22
2개의 변경된 파일187개의 추가작업 그리고 0개의 파일을 삭제
  1. 24 0
      app/DoctrineMigrations/Version20170720182513.php
  2. 163 0
      app/DoctrineMigrations/fd3_ftth.yml

+ 24 - 0
app/DoctrineMigrations/Version20170720182513.php

@@ -0,0 +1,24 @@
+<?php
+
+namespace Application\Migrations;
+
+use Doctrine\DBAL\Schema\Schema;
+use MigrationsBundle\Migrations\MigrationsBase;
+
+class Version20170720182513 extends MigrationsBase
+{
+    /**
+     * @param Schema $schema
+     */
+    public function up(Schema $schema)
+    {
+        $this->executeYaml(__DIR__, 'fd3_ftth.yml');
+    }
+
+    /**
+     * @param Schema $schema
+     */
+    public function down(Schema $schema)
+    {
+    }
+}

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