X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=update.php;h=ff3b6b536257779057e65ef59cb7a833e7826078;hb=b227d65dfc086c4d61e471360c09a34abf21a301;hp=632d173a71ed5180fa22fd9c76a5861245e606eb;hpb=6b3265742aecae522c5ac9eeedacfbdb7513a371;p=friendica.git diff --git a/update.php b/update.php index 632d173a71..ff3b6b5362 100644 --- a/update.php +++ b/update.php @@ -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);