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:
authorGeorg Ehrke <developer@georgehrke.com>2017-05-09 19:12:50 +0300
committerGeorg Ehrke <developer@georgehrke.com>2017-05-09 19:12:50 +0300
commit80eb3064e2e71e634e818eb49e52a5fe6166da81 (patch)
tree7ecfee14de465a4dff0d605718b3ee8462aa1fd3 /db_structure.xml
parentb9bcc819bdad551000981200d7d8d72f5df70778 (diff)
we can't predict the size of propertyvalue. text -> clob
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 902fb56ade0..d6eba8b3713 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -739,9 +739,8 @@
<field>
<name>propertyvalue</name>
- <type>text</type>
+ <type>clob</type>
<notnull>true</notnull>
- <length>255</length>
</field>
<index>