added missing alter table statements for the new group by database query functionality

This commit is contained in:
JT Smith 2003-07-19 14:32:53 +00:00
parent 09cea3af8f
commit 3ed8316d35

View file

@ -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;