瀏覽代碼

FD3-391 Migration de actions de workflow para FTTH

Guillermo Espinoza 7 年之前
父節點
當前提交
f8dfbb4fcb
共有 2 個文件被更改,包括 126 次插入0 次删除
  1. 106 0
      app/DoctrineMigrations/Actions20171205180407/inicio.yml
  2. 20 0
      app/DoctrineMigrations/Version20171205180407.php

文件差異過大導致無法顯示
+ 106 - 0
app/DoctrineMigrations/Actions20171205180407/inicio.yml


+ 20 - 0
app/DoctrineMigrations/Version20171205180407.php

@@ -0,0 +1,20 @@
+<?php
+
+namespace Application\Migrations;
+
+use Doctrine\DBAL\Migrations\AbstractMigration;
+use Doctrine\DBAL\Schema\Schema;
+use MigrationsBundle\Migrations\MigrationsBase;
+
+
+/**
+ * Auto-generated Migration: Please modify to your needs!
+ */
+class Version20171205180407 extends MigrationsBase
+{
+    public function up(Schema $schema)
+    {
+        $this->executeYaml(__DIR__ . "/Actions20171205180407/", "inicio.yml");
+        $this->showResult();
+    }
+}