mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 06:39:04 +01:00
Corrected another silly mistake: extra comma before closing parenthesis.
This commit is contained in:
parent
61ddaf3bce
commit
10e5d7c19b
@ -75,7 +75,7 @@ CREATE TABLE prefix_forum_queue (
|
||||
postid int(10) unsigned default 0 NOT NULL,
|
||||
PRIMARY KEY (id),
|
||||
KEY user (userid),
|
||||
KEY post (postid),
|
||||
KEY post (postid)
|
||||
) COMMENT='For keeping track of posts that will be mailed in digest form';
|
||||
# --------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user