aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db')
-rw-r--r--phpBB/db/mysql_schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql
index d061e56b70..cec17b0d76 100644
--- a/phpBB/db/mysql_schema.sql
+++ b/phpBB/db/mysql_schema.sql
@@ -277,7 +277,7 @@ CREATE TABLE phpbb_search_wordlist (
word_weight tinyint(4) NOT NULL default '0',
PRIMARY KEY (word_id),
KEY word_text (word_text)
-)
+);
# --------------------------------------------------------
@@ -291,7 +291,7 @@ CREATE TABLE phpbb_search_wordmatch (
word_count smallint(6) NOT NULL default '0',
title_match tinyint(1) NOT NULL default '0',
KEY word_id (word_id)
-)
+);
# --------------------------------------------------------