mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
- some bugfixes
- bugfixes for the convertor (typecasting for example was totally broken) git-svn-id: file:///svn/phpbb/trunk@6865 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -509,9 +509,9 @@ CREATE TABLE phpbb_forums (
|
||||
enable_icons number(1) DEFAULT '1' NOT NULL,
|
||||
enable_prune number(1) DEFAULT '0' NOT NULL,
|
||||
prune_next number(11) DEFAULT '0' NOT NULL,
|
||||
prune_days number(4) DEFAULT '0' NOT NULL,
|
||||
prune_viewed number(4) DEFAULT '0' NOT NULL,
|
||||
prune_freq number(4) DEFAULT '0' NOT NULL,
|
||||
prune_days number(8) DEFAULT '0' NOT NULL,
|
||||
prune_viewed number(8) DEFAULT '0' NOT NULL,
|
||||
prune_freq number(8) DEFAULT '0' NOT NULL,
|
||||
CONSTRAINT pk_phpbb_forums PRIMARY KEY (forum_id)
|
||||
)
|
||||
/
|
||||
|
Reference in New Issue
Block a user