Commit ed2e819b authored by Yoshinori Okuji's avatar Yoshinori Okuji

Remove the extra comma.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4879 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent efa6019e
......@@ -20,5 +20,5 @@ CREATE TABLE `record` (
`date` DATETIME NOT NULL,
PRIMARY KEY (`uid`),
KEY `played` (`played`)
KEY `date` (`date`),
KEY `date` (`date`)
) TYPE=InnoDB;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment