mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 05:06:37 +02:00
Missed a ;
git-svn-id: file:///svn/phpbb/trunk@1060 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -251,6 +251,8 @@ CREATE TABLE phpbb_ranks (
|
||||
PRIMARY KEY (rank_id)
|
||||
);
|
||||
|
||||
|
||||
# --------------------------------------------------------
|
||||
#
|
||||
# Table structure for table `phpbb_search_results`
|
||||
#
|
||||
@ -261,7 +263,8 @@ CREATE TABLE phpbb_search_results (
|
||||
search_array text NOT NULL,
|
||||
PRIMARY KEY (search_id),
|
||||
KEY session_id (session_id)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
# --------------------------------------------------------
|
||||
#
|
||||
|
Reference in New Issue
Block a user