mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Add table
Reference in a new issue