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-15 12:59:48 +0300
committerJoas Schilling <coding@schilljs.com>2016-08-30 11:14:10 +0300
commitb573a1c95c31d0097c1d7de4eb436eaf6f140db9 (patch)
treef06a286a4d9b622e81f050007032b743c51db1ba
parentd2a96a69a466f08be9ac1836937d621a1f3a8f71 (diff)
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>