implemented "Subscribe To Topic"

This commit is contained in:
Eric J. Bowersox
2001-11-29 04:55:48 +00:00
parent c7edf62aae
commit 239321bb61
18 changed files with 430 additions and 14 deletions

View File

@@ -335,6 +335,7 @@ CREATE TABLE topicsettings (
last_message INT DEFAULT -1,
last_read DATETIME,
last_post DATETIME,
subscribe TINYINT DEFAULT 0,
PRIMARY KEY (topicid, uid)
);