Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2019-12-09 16:03:13 +0300
committerGeorg Ehrke <developer@georgehrke.com>2019-12-09 16:13:18 +0300
commit699f3a6817e2d8e8882cf2bb24fdae6342949a6f (patch)
tree461d2be4b9f06471df09841574c482e830f561cd /core/Command
parent63a2725f3d38fe8e5e767cd62f65330776435811 (diff)
Convert various columns in oc_mounts to bigint
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/Db/ConvertFilecacheBigInt.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php
index 65218fa910c..7d7ab6d89fd 100644
--- a/core/Command/Db/ConvertFilecacheBigInt.php
+++ b/core/Command/Db/ConvertFilecacheBigInt.php
@@ -65,6 +65,7 @@ class ConvertFilecacheBigInt extends Command {
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
+ 'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
'storages' => ['numeric_id'],
];
}