diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-05 10:44:32 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-05 10:44:32 +0200 |
commit | 6fcd135d0e871a918b2842647385b527cb823bb2 (patch) | |
tree | 71f3e06d2094e84154d6662166ca418781fac63c /apps/files_trashbin/appinfo | |
parent | 09cc7c2d4436f9e85dc70a7cf22a105b63cb53c1 (diff) | |
download | nextcloud-server-6fcd135d0e871a918b2842647385b527cb823bb2.tar.gz nextcloud-server-6fcd135d0e871a918b2842647385b527cb823bb2.zip |
table files_trashsizes was still used in some locations -> removed
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r-- | apps/files_trashbin/appinfo/database.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/apps/files_trashbin/appinfo/database.xml b/apps/files_trashbin/appinfo/database.xml index db104ee9298..a6ba242c1cf 100644 --- a/apps/files_trashbin/appinfo/database.xml +++ b/apps/files_trashbin/appinfo/database.xml @@ -89,30 +89,4 @@ </table> - <table> - - <name>*dbprefix*files_trashsize</name> - - <declaration> - - <field> - <name>user</name> - <type>text</type> - <default></default> - <notnull>true</notnull> - <length>64</length> - </field> - - <field> - <name>size</name> - <type>text</type> - <default></default> - <notnull>true</notnull> - <length>50</length> - </field> - - </declaration> - - </table> - </database> |