all wobjects integrated into new discussion system

This commit is contained in:
JT Smith 2003-10-18 15:48:09 +00:00
parent 65a9ecbd34
commit 2302c372fb
6 changed files with 43 additions and 18 deletions

View file

@ -58,12 +58,6 @@ create table forumRead (
primary key (userId, forumPostId)
);
create table forumBookmark (
userId int not null,
forumPostId int not null,
primary key (userId, forumPostId)
);
create table forumThreadSubscription (
forumThreadId int not null,
userId int not null,