mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 23:32:02 +02:00
Bad paul.. no comma.
git-svn-id: file:///svn/phpbb/trunk@444 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ef729558fe
commit
b09d366df6
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user