mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
Missed a ;
git-svn-id: file:///svn/phpbb/trunk@1060 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
875668761d
commit
1edabf19d7
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
# --------------------------------------------------------
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue