Completed
Push — master ( 1dac85...36b017 )
by Thomas
16s
created
appinfo/Migrations/Version20181022150134.php 2 patches
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,6 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.