Skip to content
Snippets Groups Projects
Commit 3db5fb89 authored by Robin Appelman's avatar Robin Appelman
Browse files

allow longer paths for gallery

parent 54c421f3
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0.4.2
0.4.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment