Skip to content

Commit c477686

Browse files
committed
fixup! fixup! Skip db migration simulation for core schema changes
1 parent c082ec9 commit c477686

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/private/DB/MySQLMigrator.php

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
namespace OC\DB;
2828

2929
use Doctrine\DBAL\Schema\Schema;
30-
use Doctrine\DBAL\Schema\Table;
3130

3231
class MySQLMigrator extends Migrator {
3332
/**

lib/private/DB/SQLiteMigrator.php

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
namespace OC\DB;
2828

29-
use Doctrine\DBAL\DBALException;
3029
use Doctrine\DBAL\Schema\Schema;
3130
use Doctrine\DBAL\Types\BigIntType;
3231
use Doctrine\DBAL\Types\Type;

0 commit comments

Comments
 (0)