diff options
author | friendica <info@friendica.com> | 2012-11-04 23:31:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-04 23:31:38 -0800 |
commit | 5f85f65dcc71c4fea12a2227b5773b991d19199f (patch) | |
tree | 1895d2dbe2c4b6bd08da6e679637c949b2dff95e /install | |
parent | 152641bf243dde9cf01d9a95038939ac9ddf0f3e (diff) | |
download | volse-hubzilla-5f85f65dcc71c4fea12a2227b5773b991d19199f.tar.gz volse-hubzilla-5f85f65dcc71c4fea12a2227b5773b991d19199f.tar.bz2 volse-hubzilla-5f85f65dcc71c4fea12a2227b5773b991d19199f.zip |
llink is like plink but only on the local system, plink can be anywhere
Diffstat (limited to 'install')
-rw-r--r-- | install/database.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/database.sql b/install/database.sql index 6acdd447c..3c80247df 100644 --- a/install/database.sql +++ b/install/database.sql @@ -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`), |