|
|
|
@ -5,6 +5,5 @@ $installedVersion=OCP\Config::getAppValue('files_trashbin', 'installed_version') |
|
|
|
if (version_compare($installedVersion, '0.6', '<')) { |
|
|
|
//size of the trash bin could be incorrect, remove it for all users to
|
|
|
|
//enforce a recalculation during next usage.
|
|
|
|
$query = \OC_DB::prepare('DELETE FROM `*PREFIX*files_trashsize`'); |
|
|
|
$result = $query->execute(); |
|
|
|
\OC_DB::dropTable('files_trashsize'); |
|
|
|
} |