mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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:
@@ -247,9 +247,9 @@ CREATE TABLE phpbb_forums (
|
||||
enable_icons INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
enable_prune INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
prune_next INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
prune_days tinyint(4) NOT NULL DEFAULT '0',
|
||||
prune_viewed tinyint(4) NOT NULL DEFAULT '0',
|
||||
prune_freq tinyint(4) NOT NULL DEFAULT '0'
|
||||
prune_days INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
prune_viewed INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
prune_freq INTEGER UNSIGNED NOT NULL DEFAULT '0'
|
||||
);
|
||||
|
||||
CREATE INDEX phpbb_forums_left_right_id ON phpbb_forums (left_id, right_id);
|
||||
|
Reference in New Issue
Block a user