Переглянути джерело

Migración faltante para actualiza action. FD3-552

Maxi Schvindt 7 роки тому
батько
коміт
3aa926b7e9
1 змінених файлів з 27 додано та 0 видалено
  1. 27 0
      app/DoctrineMigrations/Version20180606123455.php

+ 27 - 0
app/DoctrineMigrations/Version20180606123455.php

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