зеркало из https://github.com/nextcloud/spreed.git
Fix update query
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
cc1e7bcc30
Коммит
93063c353f
|
@ -113,7 +113,8 @@ class Version11000Date20200922161218 extends SimpleMigrationStep {
|
|||
|
||||
$query->setParameter('enabled', $intEnabled, IQueryBuilder::PARAM_INT)
|
||||
->setParameter('pid', $values['pid'], IQueryBuilder::PARAM_INT)
|
||||
->setParameter('json_values', $encodedNewValues, IQueryBuilder::PARAM_STR);
|
||||
->setParameter('json_values', $encodedNewValues, IQueryBuilder::PARAM_STR)
|
||||
->setParameter('id', $bridge['id'], IQueryBuilder::PARAM_INT);
|
||||
$query->execute();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче