From 3aa65795197b8adf4f80e761de012517005dd8fc Mon Sep 17 00:00:00 2001 From: the_systech Date: Thu, 5 Jul 2001 20:40:06 +0000 Subject: Ok Really fixed the select field thing this time :) git-svn-id: file:///svn/phpbb/trunk@575 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/mysql_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/db') 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) ); -- cgit v1.2.1