Missed a ;

git-svn-id: file:///svn/phpbb/trunk@1060 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-09-17 21:22:45 +00:00
parent 875668761d
commit 1edabf19d7

View file

@ -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)
)
);
# --------------------------------------------------------
#