diff options
author | Georg Ehrke <developer@georgehrke.com> | 2019-12-09 14:03:13 +0100 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2019-12-09 14:13:18 +0100 |
commit | 699f3a6817e2d8e8882cf2bb24fdae6342949a6f (patch) | |
tree | 461d2be4b9f06471df09841574c482e830f561cd /core/Command/Db/ConvertFilecacheBigInt.php | |
parent | 63a2725f3d38fe8e5e767cd62f65330776435811 (diff) | |
download | nextcloud-server-699f3a6817e2d8e8882cf2bb24fdae6342949a6f.tar.gz nextcloud-server-699f3a6817e2d8e8882cf2bb24fdae6342949a6f.zip |
Convert various columns in oc_mounts to bigint
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'core/Command/Db/ConvertFilecacheBigInt.php')
-rw-r--r-- | core/Command/Db/ConvertFilecacheBigInt.php | 1 |
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'], ]; } |