mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 20:40:24 +02:00
Ok Really fixed the select field thing this time :)
git-svn-id: file:///svn/phpbb/trunk@575 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -120,7 +120,7 @@ CREATE TABLE phpbb_config (
|
|||||||
sys_template varchar(100) DEFAULT 'Default' NOT NULL,
|
sys_template varchar(100) DEFAULT 'Default' NOT NULL,
|
||||||
prune_enable tinyint(1) DEFAULT '1' NOT NULL,
|
prune_enable tinyint(1) DEFAULT '1' NOT NULL,
|
||||||
gzip_compress tinyint(1) DEFAULT '0' NOT NULL,
|
gzip_compress tinyint(1) DEFAULT '0' NOT NULL,
|
||||||
PRIMARY KEY (config_id),
|
PRIMARY KEY (config_id)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user