Skip to content
Snippets Groups Projects
Commit 6875e3d9 authored by Björn Schießle's avatar Björn Schießle
Browse files

Merge pull request #6921 from owncloud/trash_mimetype_size

increase size of mimetype column
parents 1fe60e43 28b6434f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0.4
0.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment