Skip to content

Commit

Permalink
BUGFIX: Adapt migrations for Neos 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Heist committed Apr 17, 2019
1 parent ad6909c commit d757058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Migrations/Mysql/Version20180720200636.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;

/**
Expand Down
2 changes: 1 addition & 1 deletion Migrations/Mysql/Version20181004135814.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Neos\Flow\Persistence\Doctrine\Migrations;

use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;

/**
Expand Down

0 comments on commit d757058

Please sign in to comment.