nextcloud/apps/workflowengine
Vincent Petry 0a184a3201
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:56:26 +02:00
..
appinfo Make "name" column nullable in workflow operations 2021-08-12 13:56:26 +02:00
composer Make "name" column nullable in workflow operations 2021-08-12 13:56:26 +02:00
img Add Flow app icon 2019-11-07 17:09:32 +01:00
js Bump css-loader from 5.2.6 to 5.2.7 2021-08-01 17:58:01 +02:00
l10n [tx-robot] updated from transifex 2021-08-10 02:31:55 +00:00
lib Make "name" column nullable in workflow operations 2021-08-12 13:56:26 +02:00
src l10n: Spelling unification 2021-06-02 17:49:32 +02:00
templates Remove unused stylesheets from workflowengine 2019-10-29 18:03:53 +01:00
tests Update php licenses 2021-06-04 22:02:41 +02:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
webpack.js Bump js licenses 2021-03-31 12:17:18 +02:00