|
@@ -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();
|
|
|
+ }
|
|
|
+}
|