We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c082ec9 commit c477686Copy full SHA for c477686
lib/private/DB/MySQLMigrator.php
@@ -27,7 +27,6 @@
27
namespace OC\DB;
28
29
use Doctrine\DBAL\Schema\Schema;
30
-use Doctrine\DBAL\Schema\Table;
31
32
class MySQLMigrator extends Migrator {
33
/**
lib/private/DB/SQLiteMigrator.php
@@ -26,7 +26,6 @@
26
-use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Types\BigIntType;
use Doctrine\DBAL\Types\Type;
0 commit comments