aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index 65ff3b9d0..6dbfdbb37 100644
--- a/database.sql
+++ b/database.sql
@@ -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` ),