瀏覽代碼

Revert "Merge branch 'feature/ftth#61' into 'master'"

This reverts commit 96edd813082f64586d3390458282b0dab619a307, reversing
changes made to e568f5b09295a51ef3fa6b825ac50008116a52f4.
Jean Sumara Leopoldo 5 年之前
父節點
當前提交
7c56e5c9ce
共有 1 個文件被更改,包括 0 次插入30 次删除
  1. 0 30
      app/DoctrineMigrations/Version20200512153756.php

+ 0 - 30
app/DoctrineMigrations/Version20200512153756.php

@@ -1,30 +0,0 @@
-<?php
-
-namespace Application\Migrations;
-
-use Doctrine\DBAL\Migrations\AbstractMigration;
-use Doctrine\DBAL\Schema\Schema;
-
-/**
- * Auto-generated Migration: Please modify to your needs!
- */
-class Version20200512153756 extends AbstractMigration
-{
-    /**
-     * @param Schema $schema
-     */
-    public function up(Schema $schema)
-    {
-        // this up() migration is auto-generated, please modify it to your needs
-        $this->addSql("ALTER TABLE template ADD UNIQUE (name)");
-    }
-
-    /**
-     * @param Schema $schema
-     */
-    public function down(Schema $schema)
-    {
-        // this down() migration is auto-generated, please modify it to your needs
-
-    }
-}