From b09d366df6e52ff52b718006e07bc82439d375ed Mon Sep 17 00:00:00 2001 From: natec Date: Sat, 9 Jun 2001 20:45:21 +0000 Subject: Bad paul.. no comma. git-svn-id: file:///svn/phpbb/trunk@444 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/mysql_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/db') diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql index 54645c0dc3..379b905f0c 100644 --- a/phpBB/db/mysql_schema.sql +++ b/phpBB/db/mysql_schema.sql @@ -190,7 +190,7 @@ CREATE TABLE phpbb_forums ( auth_sticky tinyint(4) DEFAULT '0' NOT NULL, auth_votecreate tinyint(4) DEFAULT '0' NOT NULL, auth_vote tinyint(4) DEFAULT '0' NOT NULL, - auth_attachments tinyint(4) DEFAULT '0' NOT NULL + auth_attachments tinyint(4) DEFAULT '0' NOT NULL, PRIMARY KEY (forum_id), KEY forum_id (forum_id), KEY forums_order (forum_order), -- cgit v1.2.1