From c1d4f8161bf46dd6d4a9092c6c73934225c8550b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 12 Jan 2021 10:20:12 +0100 Subject: Migrate internal classes to the OCP db col types Signed-off-by: Christoph Wurst --- apps/workflowengine/lib/Migration/Version2000Date20190808074233.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/workflowengine/lib/Migration') 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; -- cgit v1.2.3