allow longer paths for gallery
This commit is contained in:
parent
982cde0bb1
commit
143287738a
2 changed files with 4 additions and 4 deletions
|
@ -31,13 +31,13 @@
|
||||||
<name>album_path</name>
|
<name>album_path</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
<length>100</length>
|
<length>256</length>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>parent_path</name>
|
<name>parent_path</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
<length>100</length>
|
<length>256</length>
|
||||||
</field>
|
</field>
|
||||||
</declaration>
|
</declaration>
|
||||||
</table>
|
</table>
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<name>file_path</name>
|
<name>file_path</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
<length>100</length>
|
<length>256</length>
|
||||||
</field>
|
</field>
|
||||||
</declaration>
|
</declaration>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.4.2
|
0.4.3
|
||||||
|
|
Loading…
Reference in a new issue