[Pkg-owncloud-commits] [owncloud] 48/75: cherrypick: remove limit from configvalue for long config values

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:08:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v3.0.1
in repository owncloud.

commit 1147654009664fc27209b0f90397cf89348cfa14
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Fri Feb 24 14:18:09 2012 +0100

    cherrypick: remove limit from configvalue for long config values
---
 db_structure.xml |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/db_structure.xml b/db_structure.xml
index ddb8c44..6422c81 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -31,12 +31,12 @@
 
    <field>
     <name>configvalue</name>
-    <type>text</type>
-    <default></default>
+    <type>clob</type>
     <notnull>true</notnull>
-    <length>255</length>
    </field>
 
+
+
   </declaration>
 
  </table>
@@ -405,7 +405,7 @@
   </declaration>
 
  </table>
- 
+
  <table>
 
   <name>*dbprefix*properties</name>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list