Skip to content

Commit

Permalink
Merge pull request #18307 from nextcloud/backport/18299/stable17
Browse files Browse the repository at this point in the history
[stable17] Convert various columns in oc_mounts to bigint
  • Loading branch information
rullzer authored Dec 10, 2019
2 parents ac5f77a + c5feb6e commit 028ddde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/Command/Db/ConvertFilecacheBigInt.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ protected function getColumnsByTable() {
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
'storages' => ['numeric_id'],
];
}
Expand Down
1 change: 1 addition & 0 deletions settings/Controller/CheckSetupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ protected function hasBigIntConversionPendingColumns(): array {
'file_locks' => ['id'],
'jobs' => ['id'],
'mimetypes' => ['id'],
'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'],
'storages' => ['numeric_id'],
];

Expand Down

0 comments on commit 028ddde

Please sign in to comment.