mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:10:12 +00:00
extensible notify structure
This commit is contained in:
parent
0afb636e46
commit
d52f833c5f
3 changed files with 10 additions and 3 deletions
|
@ -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` ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue