From 15a62c52374ec49025ccccca48c7c4f86ffd1f74 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 5 Aug 2021 10:42:38 +0200 Subject: Make "name" column nullable in workflow operations The "name" column is now unused and the code is always inserting an empty string. While this works with most databases, Oracle complains because an empty string is equivalent to null. To fix this, the column definition is changed to allow null values now. Also added some logging in case of database exceptions, because without this nothing would be logged to detect the above problem. Signed-off-by: Vincent Petry --- apps/workflowengine/appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/workflowengine/appinfo') diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml index 754458c6dc1..96d5c8fa64d 100644 --- a/apps/workflowengine/appinfo/info.xml +++ b/apps/workflowengine/appinfo/info.xml @@ -5,7 +5,7 @@ Nextcloud workflow engine Nextcloud workflow engine Nextcloud workflow engine - 2.4.0 + 2.4.1 agpl Arthur Schiwon Julius Härtl -- cgit v1.2.3