aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/mysql_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db/mysql_schema.sql')
-rw-r--r--phpBB/db/mysql_schema.sql5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql
index 691fdd7990..b61f071bde 100644
--- a/phpBB/db/mysql_schema.sql
+++ b/phpBB/db/mysql_schema.sql
@@ -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)
-)
+);
+
# --------------------------------------------------------
#