Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-21 00:46:05 +0300
committerJoas Schilling <coding@schilljs.com>2022-01-21 00:46:05 +0300
commit543cc682bf20b037eb1f0fba830a6d3b50b040ad (patch)
tree896fb5e708e2aa117f1b125169bb15c1d8673143
parentf263ae09b7a149c2be884908560528ce76aee511 (diff)
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();
}
}