Skip to content

Commit 699f3a6

Browse files
committed
Convert various columns in oc_mounts to bigint
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
1 parent 63a2725 commit 699f3a6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

apps/settings/lib/Controller/CheckSetupController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ protected function hasBigIntConversionPendingColumns(): array {
601601
'file_locks' => ['id'],
602602
'jobs' => ['id'],
603603
'mimetypes' => ['id'],
604+
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
604605
'storages' => ['numeric_id'],
605606
];
606607

core/Command/Db/ConvertFilecacheBigInt.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ protected function getColumnsByTable() {
6565
'file_locks' => ['id'],
6666
'jobs' => ['id'],
6767
'mimetypes' => ['id'],
68+
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
6869
'storages' => ['numeric_id'],
6970
];
7071
}

0 commit comments

Comments
 (0)