Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-08-19 09:24:48 +0300
committerdartcafe <github@dartcafe.de>2019-08-19 09:24:48 +0300
commit513bfb7bcc0c7356c1b44e6524f1c682d56d4bd0 (patch)
tree5dd65a57ed25f22b4363949394a6f59cc04a50c1 /lib/Migration
parent8f6cc5cc2634fad256f850194853bec17a4189d4 (diff)
fixes
Diffstat (limited to 'lib/Migration')
-rw-r--r--lib/Migration/Version0009Date20181125051900.php3
-rw-r--r--lib/Migration/Version0009Date20181125061900.php6
2 files changed, 3 insertions, 6 deletions
diff --git a/lib/Migration/Version0009Date20181125051900.php b/lib/Migration/Version0009Date20181125051900.php
index ffac48ed..a1a66783 100644
--- a/lib/Migration/Version0009Date20181125051900.php
+++ b/lib/Migration/Version0009Date20181125051900.php
@@ -23,9 +23,6 @@
namespace OCA\Polls\Migration;
-use Doctrine\DBAL\Exception\TableNotFoundException;
-use Doctrine\DBAL\Platforms\PostgreSqlPlatform;
-use Doctrine\DBAL\Types\Type;
use OCP\DB\ISchemaWrapper;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IConfig;
diff --git a/lib/Migration/Version0009Date20181125061900.php b/lib/Migration/Version0009Date20181125061900.php
index a2a8ecef..1d523944 100644
--- a/lib/Migration/Version0009Date20181125061900.php
+++ b/lib/Migration/Version0009Date20181125061900.php
@@ -23,9 +23,9 @@
namespace OCA\Polls\Migration;
-use Doctrine\DBAL\Exception\TableNotFoundException;
-use Doctrine\DBAL\Platforms\PostgreSqlPlatform;
-use Doctrine\DBAL\Types\Type;
+// use Doctrine\DBAL\Exception\TableNotFoundException;
+// use Doctrine\DBAL\Platforms\PostgreSqlPlatform;
+// use Doctrine\DBAL\Types\Type;
use OCP\DB\ISchemaWrapper;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IConfig;