diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-07-05 20:40:06 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-07-05 20:40:06 +0000 |
commit | 3aa65795197b8adf4f80e761de012517005dd8fc (patch) | |
tree | 6bbe2b5e73fe0e45f652a1a1f8342cb49a555a7b /phpBB | |
parent | 8d0bc60aaa0dc2579199c6df41ebe63a5a1b64bd (diff) | |
download | forums-3aa65795197b8adf4f80e761de012517005dd8fc.tar forums-3aa65795197b8adf4f80e761de012517005dd8fc.tar.gz forums-3aa65795197b8adf4f80e761de012517005dd8fc.tar.bz2 forums-3aa65795197b8adf4f80e761de012517005dd8fc.tar.xz forums-3aa65795197b8adf4f80e761de012517005dd8fc.zip |
Ok Really fixed the select field thing this time :)
git-svn-id: file:///svn/phpbb/trunk@575 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/db/mysql_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql index 22dbc5e071..d475bdd816 100644 --- a/phpBB/db/mysql_schema.sql +++ b/phpBB/db/mysql_schema.sql @@ -120,7 +120,7 @@ CREATE TABLE phpbb_config ( sys_template varchar(100) DEFAULT 'Default' NOT NULL, prune_enable tinyint(1) DEFAULT '1' NOT NULL, gzip_compress tinyint(1) DEFAULT '0' NOT NULL, - PRIMARY KEY (config_id), + PRIMARY KEY (config_id) ); |