diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-02-25 21:35:54 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-03-10 15:13:28 +0100 |
commit | 4562909a2021be795b89cb7fcf6f244d7f6a8204 (patch) | |
tree | c485c2c36c1dfdd14b96c4dd036d808ba7f77b0b /apps/files_trashbin/appinfo/database.xml | |
parent | abad625cac2ef0417996f196f522ef006836940d (diff) | |
download | nextcloud-server-4562909a2021be795b89cb7fcf6f244d7f6a8204.tar.gz nextcloud-server-4562909a2021be795b89cb7fcf6f244d7f6a8204.zip |
get trash size from file cache
Diffstat (limited to 'apps/files_trashbin/appinfo/database.xml')
-rw-r--r-- | apps/files_trashbin/appinfo/database.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/appinfo/database.xml b/apps/files_trashbin/appinfo/database.xml index d08c3469b02..db104ee9298 100644 --- a/apps/files_trashbin/appinfo/database.xml +++ b/apps/files_trashbin/appinfo/database.xml @@ -49,7 +49,7 @@ <name>type</name> <type>text</type> <default></default> - <notnull>true</notnull> + <notnull>false</notnull> <length>4</length> </field> @@ -57,7 +57,7 @@ <name>mime</name> <type>text</type> <default></default> - <notnull>true</notnull> + <notnull>false</notnull> <length>255</length> </field> |