From d45ad7bb6b21702260320e3973b3feab11e7124a Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 27 Apr 2011 04:24:00 -0700 Subject: suppress duplicate FB posts (incoming after posted locally) --- update.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'update.php') diff --git a/update.php b/update.php index a8140fe91..541d59946 100644 --- a/update.php +++ b/update.php @@ -476,3 +476,7 @@ function update_1052() { } +function update_1053() { + q("ALTER TABLE `item` ADD `extid` CHAR( 255 ) NOT NULL AFTER `parent-uri` , ADD INDEX ( `extid` ) "); +} + -- cgit v1.2.3