[Pkg-owncloud-commits] [owncloud] 95/273: shorten userid columns to 64 chars, ref #9186

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:03 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit b4f40e4da0ac50820ac6afcdfabbb01448c2f067
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Fri Jun 27 16:48:42 2014 +0200

    shorten userid columns to 64 chars, ref #9186
---
 db_structure.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db_structure.xml b/db_structure.xml
index 0791270..b37a5b3 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -813,7 +813,7 @@
 				<type>text</type>
 				<default></default>
 				<notnull>true</notnull>
-				<length>255</length>
+				<length>64</length>
 			</field>
 
 			<!-- Foreign Key share::id or NULL -->
@@ -1226,7 +1226,7 @@
 			<type>text</type>
 			<default></default>
 			<notnull>true</notnull>
-			<length>255</length>
+			<length>64</length>
 		</field>
 
 		<field>

-- 
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