mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 23:21:33 +02:00
Bad paul.. no comma.
git-svn-id: file:///svn/phpbb/trunk@444 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -190,7 +190,7 @@ CREATE TABLE phpbb_forums (
|
|||||||
auth_sticky tinyint(4) DEFAULT '0' NOT NULL,
|
auth_sticky tinyint(4) DEFAULT '0' NOT NULL,
|
||||||
auth_votecreate tinyint(4) DEFAULT '0' NOT NULL,
|
auth_votecreate tinyint(4) DEFAULT '0' NOT NULL,
|
||||||
auth_vote 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),
|
PRIMARY KEY (forum_id),
|
||||||
KEY forum_id (forum_id),
|
KEY forum_id (forum_id),
|
||||||
KEY forums_order (forum_order),
|
KEY forums_order (forum_order),
|
||||||
|
Reference in New Issue
Block a user