added "sticky" topic facility to cause topics to always float at the top of

the topic list when it's set
This commit is contained in:
Eric J. Bowersox
2004-07-11 08:08:27 +00:00
parent f0bf5e31ee
commit 477aac51f0
26 changed files with 1061 additions and 809 deletions

View File

@@ -328,6 +328,7 @@ CREATE TABLE topics (
top_message INT DEFAULT 0,
frozen TINYINT DEFAULT 0,
archived TINYINT DEFAULT 0,
sticky TINYINT DEFAULT 0,
createdate DATETIME NOT NULL,
lastupdate DATETIME NOT NULL,
name VARCHAR(128) NOT NULL,
@@ -508,6 +509,7 @@ INSERT INTO refaudit (type, descr) VALUES
(314, 'Upload Message Attachment'),
(315, 'Delete Conference'),
(316, 'Move Message'),
(317, 'Set Topic Sticky'),
(9999999, 'DUMMY');
# Populate the Category table.