From 3b2752c2fe29dc5a97177524511101a7a6083c4f Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 16 May 2018 08:59:15 +0000 Subject: [PATCH] Follow up to PR 5060: Missing index update --- boot.php | 2 +- src/Database/DBStructure.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index ece2b04f2e..bbc4e9d298 100644 --- a/boot.php +++ b/boot.php @@ -41,7 +41,7 @@ define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily'); define('FRIENDICA_VERSION', '2018.05-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); -define('DB_UPDATE_VERSION', 1261); +define('DB_UPDATE_VERSION', 1262); define('NEW_UPDATE_ROUTINE_VERSION', 1170); /** diff --git a/src/Database/DBStructure.php b/src/Database/DBStructure.php index bc12ca7907..d13ba19df5 100644 --- a/src/Database/DBStructure.php +++ b/src/Database/DBStructure.php @@ -1799,7 +1799,7 @@ class DBStructure "pid" => ["pid"], "parameter" => ["parameter(64)"], "priority_created" => ["priority", "created"], - "executed" => ["executed"], + "done_executed" => ["done", "executed"], ] ];