all wobjects integrated into new discussion system
This commit is contained in:
parent
65a9ecbd34
commit
2302c372fb
6 changed files with 43 additions and 18 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue