notify folks who have been tagged in a post

This commit is contained in:
Mike Macgirvin 2010-10-31 20:36:59 -07:00
commit b376f21533
8 changed files with 154 additions and 43 deletions

View file

@ -176,6 +176,7 @@ CREATE TABLE IF NOT EXISTS `item` (
`object` text NOT NULL,
`resource-id` char(255) NOT NULL,
`tag` mediumtext NOT NULL,
`inform` mediumtext NOT NULL,
`location` char(255) NOT NULL,
`coord` char(255) NOT NULL,
`allow_cid` mediumtext NOT NULL,