]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Don't add already queued items from Diaspora to the queue again
[friendica.git] / database.sql
index 85cd811c1b0ac15cf766b466f0e6f39d2aa775a7..7193b59d17a93f53f55ec3efd741705c3b1282d6 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 3.6-dev (Asparagus)
--- DB_UPDATE_VERSION 1248
+-- DB_UPDATE_VERSION 1250
 -- ------------------------------------------
 
 
@@ -855,6 +855,7 @@ CREATE TABLE IF NOT EXISTS `queue` (
        `id` int NOT NULL auto_increment COMMENT '',
        `cid` int NOT NULL DEFAULT 0 COMMENT '',
        `network` varchar(32) NOT NULL DEFAULT '' COMMENT '',
+       `guid` varchar(255) NOT NULL DEFAULT '' COMMENT '',
        `created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '',
        `last` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '',
        `content` mediumtext COMMENT '',