Commit c19beb4d by Julien Jorry

Fix migrations 2

parent 51f2565f
<?php <?php
declare(strict_types=1); declare(strict_types=1);
namespace DoctrineMigrations; namespace DoctrineMigrations;
use Doctrine\DBAL\Schema\Schema; use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration; use Doctrine\Migrations\AbstractMigration;
/** /**
* Auto-generated Migration: Please modify to your needs! * Auto-generated Migration: Please modify to your needs!
*/ */
final class Version20200212172915 extends AbstractMigration final class Version20200212172915 extends AbstractMigration
{ {
public function getDescription() : string public function getDescription() : string
{ {
return ''; return '';
...@@ -32,4 +32,4 @@ ...@@ -32,4 +32,4 @@
$this->addSql('ALTER TABLE '.$_ENV['DATABASE_PREFIX'].'siege DROP compte_nantie'); $this->addSql('ALTER TABLE '.$_ENV['DATABASE_PREFIX'].'siege DROP compte_nantie');
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment