diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index f3a12e5d3f..3890638bee 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -488,7 +488,7 @@ CREATE TABLE phpbb_sitelist ( site_hostname varchar(255) DEFAULT '' NOT NULL, ip_exclude tinyint(1) DEFAULT '0' NOT NULL, PRIMARY KEY (site_id) -) +); # Table: 'phpbb_smilies' CREATE TABLE phpbb_smilies (