added missing alter table statements for the new group by database query functionality
This commit is contained in:
parent
09cea3af8f
commit
3ed8316d35
1 changed files with 3 additions and 1 deletions
|
|
@ -83,7 +83,9 @@ create table forumSubscription (
|
|||
);
|
||||
|
||||
|
||||
|
||||
alter table groups add column databaseLinkId int not null default 0;
|
||||
alter table groups add column dbCacheTimeout int not null default 3600;
|
||||
alter table groups add column dbQuery text;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue