mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Fix method for 21
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f263ae09b7
commit
543cc682bf
1 changed files with 1 additions and 1 deletions
|
|
@ -62,6 +62,6 @@ class Version24000Date20211230140012 extends SimpleMigrationStep {
|
|||
$update->update('jobs')
|
||||
->set('argument_hash', $update->func()->md5('argument'));
|
||||
|
||||
$update->executeStatement();
|
||||
$update->execute();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue