summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-01-12 10:20:12 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-01-12 14:09:13 +0100
commitc1d4f8161bf46dd6d4a9092c6c73934225c8550b (patch)
tree45522cc5277f23edc9762dd83848badc20a9f850 /apps/workflowengine
parentd4e6463eb27c44d2aad5befe1c687934ded5164e (diff)
downloadnextcloud-server-c1d4f8161bf46dd6d4a9092c6c73934225c8550b.tar.gz
nextcloud-server-c1d4f8161bf46dd6d4a9092c6c73934225c8550b.zip
Migrate internal classes to the OCP db col types
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/workflowengine')
-rw-r--r--apps/workflowengine/lib/Migration/Version2000Date20190808074233.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/lib/Migration/Version2000Date20190808074233.php b/apps/workflowengine/lib/Migration/Version2000Date20190808074233.php
index 58458e84c86..e8ce704f9bd 100644
--- a/apps/workflowengine/lib/Migration/Version2000Date20190808074233.php
+++ b/apps/workflowengine/lib/Migration/Version2000Date20190808074233.php
@@ -6,7 +6,7 @@ namespace OCA\WorkflowEngine\Migration;
use Closure;
use Doctrine\DBAL\Schema\Table;
-use Doctrine\DBAL\Types\Types;
+use OCP\DB\Types;
use OCA\WorkflowEngine\Entity\File;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\IOutput;