Sfoglia il codice sorgente

FD3-391 Migration de actions de workflow para FTTH

Guillermo Espinoza 7 anni fa
parent
commit
f8dfbb4fcb

File diff suppressed because it is too large
+ 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();
+    }
+}