1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_opds: doubled length of various database columns, some publications seem to have rather long titles and author lists...

This commit is contained in:
frankdelange 2015-09-07 00:58:33 +02:00
parent 301e6507af
commit fdd463029f
2 changed files with 8 additions and 8 deletions

View file

@ -40,7 +40,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>256</length>
<length>1024</length>
</field>
<field>
@ -49,7 +49,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>256</length>
<length>512</length>
</field>
<field>
@ -67,7 +67,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
<length>256</length>
</field>
<field>
@ -85,7 +85,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>128</length>
<length>265</length>
</field>
<field>
@ -94,7 +94,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>2048</length>
<length>4096</length>
</field>
<field>
@ -103,7 +103,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>1024</length>
<length>2048</length>
</field>
<field>
@ -112,7 +112,7 @@
<type>text</type>
<default></default>
<notnull>false</notnull>
<length>512</length>
<length>1024</length>
</field>
<field>

View file

@ -10,7 +10,7 @@
The feed is in compliance with the OPDS 1.1 specification according to the online OPDS validator (http://opds-validator.appspot.com/).
</description>
<licence>AGPL</licence>
<version>0.6.8</version>
<version>0.6.9</version>
<author>Frank de Lange</author>
<requiremin>8.1</requiremin>
<shipped>true</shipped>