From 3db5fb891cd38736bcb15e859374f0ff81a8c32b Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Sat, 26 May 2012 21:50:36 +0200
Subject: [PATCH] allow longer paths for gallery

---
 apps/gallery/appinfo/database.xml | 6 +++---
 apps/gallery/appinfo/version      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml
index e3b13f7e93c..f370e1521e4 100644
--- a/apps/gallery/appinfo/database.xml
+++ b/apps/gallery/appinfo/database.xml
@@ -31,13 +31,13 @@
 				<name>album_path</name>
 				<type>text</type>
 				<notnull>true</notnull>
-				<length>100</length>
+				<length>256</length>
 			</field>
 			<field>
 				<name>parent_path</name>
 				<type>text</type>
 				<notnull>true</notnull>
-				<length>100</length>
+				<length>256</length>
 			</field>
 		</declaration>
 	</table>
@@ -63,7 +63,7 @@
 				<name>file_path</name>
 				<type>text</type>
 				<notnull>true</notnull>
-				<length>100</length>
+				<length>256</length>
 			</field>
 		</declaration>
 	</table>
diff --git a/apps/gallery/appinfo/version b/apps/gallery/appinfo/version
index 2b7c5ae0184..17b2ccd9bf9 100644
--- a/apps/gallery/appinfo/version
+++ b/apps/gallery/appinfo/version
@@ -1 +1 @@
-0.4.2
+0.4.3
-- 
GitLab