]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge branch 'master' into develop
[friendica.git] / database.sql
index 2b40552eb7aee79ba1ffd6312da9a3c6c5036874..4a5946ef38dc747b8c210e7f4f5b84ea60e046a4 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 3.5.2-rc (Asparagus)
--- DB_UPDATE_VERSION 1226
+-- DB_UPDATE_VERSION 1227
 -- ------------------------------------------
 
 
@@ -1115,6 +1115,7 @@ CREATE TABLE IF NOT EXISTS `workerqueue` (
        `pid` int(11) NOT NULL DEFAULT 0,
        `executed` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
         PRIMARY KEY(`id`),
+        INDEX `pid` (`pid`),
         INDEX `priority_created` (`priority`,`created`)
 ) DEFAULT COLLATE utf8mb4_general_ci;