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),