@@ -36,8 +36,6 @@ |
||
36 | 36 | class Version20181022150134 implements ISqlMigration { |
37 | 37 | |
38 | 38 | /** |
39 | - * @param Schema $schema |
|
40 | - * @param array $options |
|
41 | 39 | */ |
42 | 40 | public function sql(IDBConnection $connection) { |
43 | 41 | $platform = $connection->getDatabasePlatform(); |
@@ -23,8 +23,6 @@ |
||
23 | 23 | |
24 | 24 | use OCP\Migration\ISqlMigration; |
25 | 25 | use Doctrine\DBAL\Platforms\MySqlPlatform; |
26 | -use Doctrine\DBAL\Platforms\SqlitePlatform; |
|
27 | -use Doctrine\DBAL\Platforms\PostgreSqlPlatform; |
|
28 | 26 | use OCP\IDBConnection; |
29 | 27 | |
30 | 28 | /** |