diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-15 11:59:48 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-30 10:14:10 +0200 |
commit | b573a1c95c31d0097c1d7de4eb436eaf6f140db9 (patch) | |
tree | f06a286a4d9b622e81f050007032b743c51db1ba | |
parent | d2a96a69a466f08be9ac1836937d621a1f3a8f71 (diff) | |
download | nextcloud-server-b573a1c95c31d0097c1d7de4eb436eaf6f140db9.tar.gz nextcloud-server-b573a1c95c31d0097c1d7de4eb436eaf6f140db9.zip |
Fix oracle support of external storage app
-rw-r--r-- | apps/files_external/appinfo/database.xml | 2 |
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> |