diff --git a/lib/Migration/Version5000Date20241120135411.php b/lib/Migration/Version5000Date20241120135411.php index 820a4e65..514b5e05 100644 --- a/lib/Migration/Version5000Date20241120135411.php +++ b/lib/Migration/Version5000Date20241120135411.php @@ -34,8 +34,7 @@ public function postSchemaChange(IOutput $output, Closure $schemaClosure, array // encrypt "haproxy_password" in the "ex_apps_daemons" table $qbSelect = $this->connection->getQueryBuilder(); $qbSelect->select(['id', 'deploy_config']) - ->from('ex_apps_daemons') - ->where(1); + ->from('ex_apps_daemons'); $req = $qbSelect->executeQuery(); while ($row = $req->fetch()) {