Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-31 16:59:36 +0300
committerGitHub <noreply@github.com>2016-08-31 16:59:36 +0300
commita98e66ddb09bd3af71eff2f3c8a0bcfbf571b7e7 (patch)
treeee75727d51bfcc9f8d8640853f3825c4af618fa3
parentc04163b9d9c019726bf8d20a8d3a4f98a31b4299 (diff)
parentb573a1c95c31d0097c1d7de4eb436eaf6f140db9 (diff)
Merge pull request #1182 from nextcloud/backport-870-oracle-support-9
[stable9] Fix oracle support of external storage app
-rw-r--r--apps/files_external/appinfo/database.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/appinfo/database.xml b/apps/files_external/appinfo/database.xml
index 54ee642ead6..e39144931a7 100644
--- a/apps/files_external/appinfo/database.xml
+++ b/apps/files_external/appinfo/database.xml
@@ -144,7 +144,7 @@
<field>
<name>value</name>
<type>text</type>
- <notnull>true</notnull>
+ <notnull>false</notnull>
<length>4096</length>
</field>