adding change log to filesystem

This commit is contained in:
JT Smith 2003-07-20 14:25:09 +00:00
parent f8054d7d40
commit dfaf5980da
2 changed files with 409 additions and 1 deletions

View file

@ -12,7 +12,7 @@ create table forum (
groupToPost int not null default 2,
editTimeout int not null default 3600,
moderatePosts int not null default 0,
groupToModerate int not null default 0,
groupToModerate int not null default 4,
attachmentsPerPost int not null default 0,
allowRichEdit int not null default 1,
allowReplacements int not null default 1