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:
authorMichael Gapczynski <mtgap@owncloud.com>2012-09-12 09:06:57 +0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-09-12 09:06:57 +0400
commit60feaf9abfbc60d950de9c2b820ad46b3b973eb3 (patch)
treef9931192ec8f3cf20840f87462592bf5a03b4af1 /db_structure.xml
parentb194ac3ddeeab6ce923a313725b3ce85fe849baa (diff)
parent54d4e556fe3302d1e580cb6d4abbfcd5699263a5 (diff)
Merge branch 'master' into share_expiration
Conflicts: core/js/share.js lib/util.php
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/db_structure.xml b/db_structure.xml
index d4299e1e8a5..2256dff943c 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -402,9 +402,8 @@
<field>
<name>configvalue</name>
- <type>text</type>
- <notnull>true</notnull>
- <length>255</length>
+ <type>clob</type>
+ <notnull>false</notnull>
</field>
</declaration>
@@ -479,7 +478,7 @@
<name>share_with</name>
<type>text</type>
<default></default>
- <notnull>true</notnull>
+ <notnull>false</notnull>
<length>255</length>
</field>