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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-01-21 13:02:17 +0300
committerGitHub <noreply@github.com>2022-01-21 13:02:17 +0300
commit8414eea3a4ba76bcbae07e2177541b74ecd244bd (patch)
treee3147719d199ea019208eeee7a743580273ed4e3 /core/Migrations/Version24000Date20211230140012.php
parent65db60be4b4718cbdfecc1d26edf4d0fce5835b8 (diff)
parent543cc682bf20b037eb1f0fba830a6d3b50b040ad (diff)
Merge pull request #30787 from nextcloud/fix-backport/30470/stable21v21.0.8rc3
Diffstat (limited to 'core/Migrations/Version24000Date20211230140012.php')
-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();
}
}