]> source.dussan.org Git - nextcloud-server.git/commitdiff
allow longer paths for gallery
authorRobin Appelman <icewind@owncloud.com>
Sat, 26 May 2012 19:50:36 +0000 (21:50 +0200)
committerRobin Appelman <icewind@owncloud.com>
Sat, 26 May 2012 19:50:54 +0000 (21:50 +0200)
apps/gallery/appinfo/database.xml
apps/gallery/appinfo/version

index e3b13f7e93c83bc82e61a811dcfbd9da40bce76f..f370e1521e43976e3a2534aaac711705d79a3a7a 100644 (file)
                                <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>
index 2b7c5ae01848a77d95e2792eb83ab605c9aed91a..17b2ccd9bf9050efdf57d7800677e87919b9b5b9 100644 (file)
@@ -1 +1 @@
-0.4.2
+0.4.3