Follow up to PR 5060: Missing index update
authorMichael <heluecht@pirati.ca>
Wed, 16 May 2018 08:59:15 +0000 (08:59 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 16 May 2018 08:59:15 +0000 (08:59 +0000)
boot.php
src/Database/DBStructure.php

index ece2b04..bbc4e9d 100644 (file)
--- 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);
 
 /**
index bc12ca7..d13ba19 100644 (file)
@@ -1799,7 +1799,7 @@ class DBStructure
                                                "pid" => ["pid"],
                                                "parameter" => ["parameter(64)"],
                                                "priority_created" => ["priority", "created"],
-                                               "executed" => ["executed"],
+                                               "done_executed" => ["done", "executed"],
                                                ]
                                ];