浏览代码

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