We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f263ae0 commit 543cc68Copy full SHA for 543cc68
core/Migrations/Version24000Date20211230140012.php
@@ -62,6 +62,6 @@ public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array
62
$update->update('jobs')
63
->set('argument_hash', $update->func()->md5('argument'));
64
65
- $update->executeStatement();
+ $update->execute();
66
}
67
0 commit comments