diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml index e3b13f7e93c83bc82e61a811dcfbd9da40bce76f..f370e1521e43976e3a2534aaac711705d79a3a7a 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 2b7c5ae01848a77d95e2792eb83ab605c9aed91a..17b2ccd9bf9050efdf57d7800677e87919b9b5b9 100644 --- a/apps/gallery/appinfo/version +++ b/apps/gallery/appinfo/version @@ -1 +1 @@ -0.4.2 +0.4.3