Skip to content

Commit

Permalink
fixup! fixup! Skip db migration simulation for core schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Nov 26, 2020
1 parent c082ec9 commit c477686
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/private/DB/MySQLMigrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
namespace OC\DB;

use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Schema\Table;

class MySQLMigrator extends Migrator {
/**
Expand Down
1 change: 0 additions & 1 deletion lib/private/DB/SQLiteMigrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

namespace OC\DB;

use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Types\BigIntType;
use Doctrine\DBAL\Types\Type;
Expand Down

0 comments on commit c477686

Please sign in to comment.