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.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql
index 82519c2ed3..f2010707d8 100644
--- a/phpBB/db/mysql_schema.sql
+++ b/phpBB/db/mysql_schema.sql
@@ -276,7 +276,7 @@ CREATE TABLE phpbb_themes (
#
CREATE TABLE phpbb_themes_name (
- themes_id int(11),
+ themes_id int(11) NOT NULL,
tr_color1_name varchar(25),
tr_color2_name varchar(25),
tr_color3_name varchar(25),