Replace worker_daemon_mode config entry with key-value entry
This commit is contained in:
parent
6b3265742a
commit
b227d65dfc
3 changed files with 8 additions and 7 deletions
|
@ -1149,11 +1149,12 @@ function update_1502()
|
|||
function update_1505()
|
||||
{
|
||||
$conditions = [
|
||||
"(`k` LIKE ?) OR (`k` = ?) OR (`cat` = ? AND `k` LIKE ?)",
|
||||
"(`cat` = ?) AND ((`k` LIKE ?) OR (`k` = ?) OR (`k` LIKE ?) OR (`k` = ?))",
|
||||
"system",
|
||||
"post_update_%",
|
||||
"worker_last_cleaned",
|
||||
"system",
|
||||
"last%"
|
||||
"last%",
|
||||
"worker_daemon_mode",
|
||||
];
|
||||
|
||||
$postUpdateEntries = DBA::selectToArray('config', ['k', 'v'], $conditions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue