mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
8d0bc60aaa
commit
3aa6579519
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue