allow longer paths for gallery

remotes/origin/stable45
Robin Appelman 14 years ago
parent 982cde0bb1
commit 143287738a
  1. 6
      apps/gallery/appinfo/database.xml
  2. 2
      apps/gallery/appinfo/version

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

Loading…
Cancel
Save