]> source.dussan.org Git - nextcloud-server.git/commitdiff
we can't predict the size of propertyvalue. text -> clob 4770/head
authorGeorg Ehrke <developer@georgehrke.com>
Tue, 9 May 2017 16:12:50 +0000 (18:12 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Tue, 9 May 2017 16:12:50 +0000 (18:12 +0200)
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
db_structure.xml
version.php

index 902fb56ade01c339664400e7c2447fd91827f5dd..d6eba8b37135db86d07be99458aeacfaf73a2337 100644 (file)
 
                        <field>
                                <name>propertyvalue</name>
-                               <type>text</type>
+                               <type>clob</type>
                                <notnull>true</notnull>
-                               <length>255</length>
                        </field>
 
                        <index>
index 4f428c128aa1a6fab5984f1e08cd6bbc3680e6c1..84b84e1016e65f52300b91ba606741edfa47ef17 100644 (file)
@@ -26,7 +26,7 @@
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
 
-$OC_Version = array(12, 0, 0, 18);
+$OC_Version = array(12, 0, 0, 19);
 
 // The human readable string
 $OC_VersionString = '12.0 beta 2';