From 29b82ccdf32f8a13723e7f49be0c3cbf7e64a404 Mon Sep 17 00:00:00 2001
From: Michael Gapczynski <mtgap@owncloud.com>
Date: Sun, 30 Dec 2012 21:23:54 -0500
Subject: [PATCH] Change length of etag field to 40

---
 db_structure.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db_structure.xml b/db_structure.xml
index 7c67ca78f4..527b53040d 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -194,7 +194,7 @@
 				<type>text</type>
 				<default></default>
 				<notnull>true</notnull>
-				<length>250</length>
+				<length>40</length>
 			</field>
 
 			<index>
-- 
GitLab