diff options
author | Nils Adermann <naderman@naderman.de> | 2006-01-11 21:52:41 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-01-11 21:52:41 +0000 |
commit | 09edf1e1a59f245164a157f60231e8e656961e7e (patch) | |
tree | d049ea93189e43fe0dd9c9ec003d38b122ca2d97 /phpBB/install/schemas/mysql_schema.sql | |
parent | 0e0b1120fba8ed4f2ebc5d62eb29b1a34c1b1007 (diff) | |
download | forums-09edf1e1a59f245164a157f60231e8e656961e7e.tar forums-09edf1e1a59f245164a157f60231e8e656961e7e.tar.gz forums-09edf1e1a59f245164a157f60231e8e656961e7e.tar.bz2 forums-09edf1e1a59f245164a157f60231e8e656961e7e.tar.xz forums-09edf1e1a59f245164a157f60231e8e656961e7e.zip |
somehow I knew this had to happen :(
(just two very tiny changes to the previous commit)
git-svn-id: file:///svn/phpbb/trunk@5443 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_schema.sql')
-rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index eb60923afc..169fc71ad4 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -564,7 +564,7 @@ CREATE TABLE phpbb_reports ( ); # Table: 'phpbb_search_results' -CREATE TABLE new_search_results ( +CREATE TABLE phpbb_search_results ( search_key varchar(32) DEFAULT '' NOT NULL, search_time int(11) DEFAULT '0' NOT NULL, search_keywords mediumtext NOT NULL, |