소스 검색

Merge branch 'master' of https://bitbucket.org/ikflowdat/ftth

Maxi Schvindt 7 년 전
부모
커밋
1bdf3e72ea
2개의 변경된 파일58개의 추가작업 그리고 0개의 파일을 삭제
  1. 34 0
      app/DoctrineMigrations/Actions20180111183322/radius.action.yml
  2. 24 0
      app/DoctrineMigrations/Version20180111183322.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 34 - 0
app/DoctrineMigrations/Actions20180111183322/radius.action.yml


+ 24 - 0
app/DoctrineMigrations/Version20180111183322.php

@@ -0,0 +1,24 @@
+<?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 Version20180111183322 extends MigrationsBase 
+{
+    /**
+     * @param Schema $schema
+     */
+    public function up(Schema $schema)
+    {
+        $this->executeYaml(__DIR__ . "/Actions20171205180407/", "inicio.yml");
+        $this->showResult();
+
+    }
+}