summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-01-23 18:28:59 +0100
committerBjoern Schiessle <schiessle@owncloud.com>2014-01-23 18:28:59 +0100
commit28b6434f46c8a2ec843ce3f9d93602b7d20b70d2 (patch)
tree5cee6be2eb70d4c251da2772e680b882dc61d18d /apps/files_trashbin/appinfo
parent5956277ed4db26f46f14eed4a6805038001dde30 (diff)
downloadnextcloud-server-28b6434f46c8a2ec843ce3f9d93602b7d20b70d2.tar.gz
nextcloud-server-28b6434f46c8a2ec843ce3f9d93602b7d20b70d2.zip
increase size of mimetype column
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r--apps/files_trashbin/appinfo/database.xml16
-rw-r--r--apps/files_trashbin/appinfo/version2
2 files changed, 9 insertions, 9 deletions
diff --git a/apps/files_trashbin/appinfo/database.xml b/apps/files_trashbin/appinfo/database.xml
index aae334b1489..d08c3469b02 100644
--- a/apps/files_trashbin/appinfo/database.xml
+++ b/apps/files_trashbin/appinfo/database.xml
@@ -44,7 +44,7 @@
<notnull>true</notnull>
<length>512</length>
</field>
-
+
<field>
<name>type</name>
<type>text</type>
@@ -52,15 +52,15 @@
<notnull>true</notnull>
<length>4</length>
</field>
-
+
<field>
<name>mime</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
- <length>30</length>
+ <length>255</length>
</field>
-
+
<index>
<name>id_index</name>
<field>
@@ -68,7 +68,7 @@
<sorting>ascending</sorting>
</field>
</index>
-
+
<index>
<name>timestamp_index</name>
<field>
@@ -76,7 +76,7 @@
<sorting>ascending</sorting>
</field>
</index>
-
+
<index>
<name>user_index</name>
<field>
@@ -84,7 +84,7 @@
<sorting>ascending</sorting>
</field>
</index>
-
+
</declaration>
</table>
@@ -110,7 +110,7 @@
<notnull>true</notnull>
<length>50</length>
</field>
-
+
</declaration>
</table>
diff --git a/apps/files_trashbin/appinfo/version b/apps/files_trashbin/appinfo/version
index bd73f47072b..2eb3c4fe4ee 100644
--- a/apps/files_trashbin/appinfo/version
+++ b/apps/files_trashbin/appinfo/version
@@ -1 +1 @@
-0.4
+0.5