aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mysql_schema.sql
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-01-11 21:52:41 +0000
committerNils Adermann <naderman@naderman.de>2006-01-11 21:52:41 +0000
commit09edf1e1a59f245164a157f60231e8e656961e7e (patch)
treed049ea93189e43fe0dd9c9ec003d38b122ca2d97 /phpBB/install/schemas/mysql_schema.sql
parent0e0b1120fba8ed4f2ebc5d62eb29b1a34c1b1007 (diff)
downloadforums-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.sql2
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,