adding change log to filesystem
This commit is contained in:
parent
f8054d7d40
commit
dfaf5980da
2 changed files with 409 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue