summaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-07-19 13:15:32 +0200
committerJoas Schilling <coding@schilljs.com>2017-07-25 12:49:12 +0200
commit10d7cbb71f89b1e5e39a894bda1b0701760224a0 (patch)
tree4d68050f7966d1796c6c1b71922f2816751c88ea /lib/private
parent0a0dbbdf15d30951d909924b6e3f3b2bcc093017 (diff)
downloadnextcloud-server-10d7cbb71f89b1e5e39a894bda1b0701760224a0.tar.gz
nextcloud-server-10d7cbb71f89b1e5e39a894bda1b0701760224a0.zip
Use order by to avoid problems when chunking finds a same item again...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/DB/SchemaWrapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/DB/SchemaWrapper.php b/lib/private/DB/SchemaWrapper.php
index 0be45d8d3f7..d686d7e63e5 100644
--- a/lib/private/DB/SchemaWrapper.php
+++ b/lib/private/DB/SchemaWrapper.php
@@ -34,7 +34,7 @@ class SchemaWrapper {
protected $schema;
/** @var array */
- protected $tablesToDelete;
+ protected $tablesToDelete = [];
/**
* @param IDBConnection $connection