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 15:19:39 +0400
committerArthur Schiwon <blizzz@owncloud.com>2013-07-23 15:23:59 +0400
commit6c1e68acd8fbb98f8fbd54a38860481b4971bc28 (patch)
treeb88923e798dde15560fc6fbce6c118b165303e22 /db_structure.xml
parent4b203280d20241d987b43a6225f445c7685fb728 (diff)
Oracle compat: enable appconfig.configvalue to store empty strings
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>