mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
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
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user