summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-20 22:46:05 +0100
committerJoas Schilling <coding@schilljs.com>2022-01-20 22:46:05 +0100
commit543cc682bf20b037eb1f0fba830a6d3b50b040ad (patch)
tree896fb5e708e2aa117f1b125169bb15c1d8673143
parentf263ae09b7a149c2be884908560528ce76aee511 (diff)
downloadnextcloud-server-543cc682bf20b037eb1f0fba830a6d3b50b040ad.tar.gz
nextcloud-server-543cc682bf20b037eb1f0fba830a6d3b50b040ad.zip
Fix method for 21
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--core/Migrations/Version24000Date20211230140012.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version24000Date20211230140012.php b/core/Migrations/Version24000Date20211230140012.php
index fc013338862..0c679d62289 100644
--- a/core/Migrations/Version24000Date20211230140012.php
+++ b/core/Migrations/Version24000Date20211230140012.php
@@ -62,6 +62,6 @@ class Version24000Date20211230140012 extends SimpleMigrationStep {
$update->update('jobs')
->set('argument_hash', $update->func()->md5('argument'));
- $update->executeStatement();
+ $update->execute();
}
}