mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 06:39:04 +01:00
Fix for dumb error (extra comma)
This commit is contained in:
parent
5bb8c192b1
commit
c9114c35e5
@ -123,7 +123,7 @@ function forum_upgrade($oldversion) {
|
||||
`postid` int(11) unsigned default 0 NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `user` (userid),
|
||||
KEY `post` (postid),
|
||||
KEY `post` (postid)
|
||||
) TYPE=MyISAM COMMENT='For keeping track of posts that will be mailed in digest form';");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user