diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-12-04 18:43:02 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-12-05 13:42:31 +0100 |
commit | 17b2827bbf20691dc59721a9c61a225c5fb4e0de (patch) | |
tree | 9d063cd85220c49e9558700b8624379ffa2b3e01 /core/Command | |
parent | f57e334f8395e3b5c046b6d28480d798453e4866 (diff) | |
download | nextcloud-server-17b2827bbf20691dc59721a9c61a225c5fb4e0de.tar.gz nextcloud-server-17b2827bbf20691dc59721a9c61a225c5fb4e0de.zip |
Add setup check for pending bigint conversion
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/Command')
-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 a1e3ba69f98..93ada896327 100644 --- a/core/Command/Db/ConvertFilecacheBigInt.php +++ b/core/Command/Db/ConvertFilecacheBigInt.php @@ -52,6 +52,7 @@ class ConvertFilecacheBigInt extends Command { } protected function getColumnsByTable() { + // also update in CheckSetupController::hasBigIntConversionPendingColumns() return [ 'activity' => ['activity_id', 'object_id'], 'activity_mq' => ['mail_id'], |