nextcloud/apps/workflowengine
Vincent Petry 78ea6d0679
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 <vincent@nextcloud.com>
2021-08-12 13:58:07 +02:00
..
appinfo Make "name" column nullable in workflow operations 2021-08-12 13:58:07 +02:00
composer Make "name" column nullable in workflow operations 2021-08-12 13:58:07 +02:00
img Add Flow app icon 2019-11-07 17:09:32 +01:00
js Bump @babel/core from 7.12.10 to 7.12.17 2021-08-09 12:08:23 +00:00
l10n [tx-robot] updated from transifex 2021-08-10 02:32:07 +00:00
lib Make "name" column nullable in workflow operations 2021-08-12 13:58:07 +02:00
src Show group display name in workflows 2020-09-16 15:34:10 +02:00
templates Remove unused stylesheets from workflowengine 2019-10-29 18:03:53 +01:00
tests inform the user when flow config data exceeds thresholds 2020-10-28 14:07:14 +01:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
webpack.js Frontend polishing 2019-09-10 09:01:26 +02:00