llink is like plink but only on the local system, plink can be anywhere

This commit is contained in:
friendica 2012-11-04 23:31:38 -08:00
parent 152641bf24
commit 5f85f65dcc

View File

@ -533,6 +533,7 @@ CREATE TABLE IF NOT EXISTS `item` (
`tgt_type` char(255) NOT NULL DEFAULT '',
`target` text NOT NULL,
`postopts` text NOT NULL,
`llink` char(255) NOT NULL DEFAULT '',
`plink` char(255) NOT NULL DEFAULT '',
`resource_id` char(255) NOT NULL DEFAULT '',
`resource_type` char(16) NOT NULL DEFAULT '',
@ -568,6 +569,7 @@ CREATE TABLE IF NOT EXISTS `item` (
KEY `commented` (`commented`),
KEY `verb` (`verb`),
KEY `item_private` (`item_private`),
KEY `llink` (`llink`),
FULLTEXT KEY `title` (`title`),
FULLTEXT KEY `body` (`body`),
FULLTEXT KEY `allow_cid` (`allow_cid`),