mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Don't add already queued items from Diaspora to the queue again
This commit is contained in:
parent
af55cd57f3
commit
0093f863fd
7 changed files with 19 additions and 25 deletions
|
@ -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 '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue