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:
authorArthur Schiwon <blizzz@owncloud.com>2013-07-23 21:57:04 +0400
committerArthur Schiwon <blizzz@owncloud.com>2013-07-23 21:57:04 +0400
commitc239ca0d25d645069bf5f25c9ccf5bc124b69909 (patch)
tree2d580862a42af0e1896cbaf30268f18ee839bed0 /db_structure.xml
parent4d46567dc0948cc5edb50b2acf365a3bc3aa9078 (diff)
Oracle compat: enable appconfig.configvalue to store empty strings (now working)
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml
index a292f69ce04..6f4e3288907 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -32,7 +32,7 @@
<field>
<name>configvalue</name>
<type>clob</type>
- <notnull>true</notnull>
+ <notnull>false</notnull>
</field>
<index>