aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-02-28 05:25:05 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-02-28 05:25:05 -0500
commit718c5ea23e642f8eb3fd91670e5b8faf705df55b (patch)
tree8d6792d5e06efae2b26ae0a70696cd6278d57a6c /database.sql
parentcf7e141055fe0028a56bfca64d8e0646c5470863 (diff)
parent53412dacd4cb52f0c1162af7ba66aa01f71147b3 (diff)
downloadvolse-hubzilla-718c5ea23e642f8eb3fd91670e5b8faf705df55b.tar.gz
volse-hubzilla-718c5ea23e642f8eb3fd91670e5b8faf705df55b.tar.bz2
volse-hubzilla-718c5ea23e642f8eb3fd91670e5b8faf705df55b.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: update globaldir when page-type changes, add spam date field clicking contact on contacts page broken link * master:
Diffstat (limited to 'database.sql')
-rwxr-xr-xdatabase.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index 349dd2a27..8c74ecddf 100755
--- a/database.sql
+++ b/database.sql
@@ -844,6 +844,7 @@ CREATE TABLE IF NOT EXISTS `spam` (
`spam` INT NOT NULL DEFAULT '0',
`ham` INT NOT NULL DEFAULT '0',
`term` CHAR(255) NOT NULL,
+`date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
INDEX ( `uid` ),
INDEX ( `spam` ),
INDEX ( `ham` ),