1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Fix for removed selected field from config table

git-svn-id: file:///svn/phpbb/trunk@574 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech
2001-07-05 20:38:22 +00:00
parent 41d3905951
commit 8d0bc60aaa
2 changed files with 1 additions and 2 deletions

View File

@@ -121,7 +121,6 @@ CREATE TABLE phpbb_config (
prune_enable tinyint(1) DEFAULT '1' NOT NULL,
gzip_compress tinyint(1) DEFAULT '0' NOT NULL,
PRIMARY KEY (config_id),
UNIQUE selected (selected)
);