extensible notify structure

This commit is contained in:
friendica 2012-01-01 22:44:03 -08:00
parent 0afb636e46
commit d52f833c5f
3 changed files with 10 additions and 3 deletions

View file

@ -744,6 +744,8 @@ CREAT TABLE IF NOT EXISTS `notify` (
`uid` INT NOT NULL ,
`link` CHAR( 255 ) NOT NULL ,
`seen` TINYINT( 1 ) NOT NULL DEFAULT '0',
`verb` CHAR( 255 ) NOT NULL,
`otype` CHAR( 16 ) NOT NULL,
INDEX ( `type` ),
INDEX ( `uid` ),
INDEX ( `seen` ),