Commit 8d52d6a9 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add a missing comma.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4881 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c4b6089
...@@ -19,6 +19,6 @@ CREATE TABLE `record` ( ...@@ -19,6 +19,6 @@ CREATE TABLE `record` (
`played` BOOL NOT NULL default 0, `played` BOOL NOT NULL default 0,
`date` DATETIME NOT NULL, `date` DATETIME NOT NULL,
PRIMARY KEY (`uid`), PRIMARY KEY (`uid`),
KEY `played` (`played`) KEY `played` (`played`),
KEY `date` (`date`) KEY `date` (`date`)
) TYPE=InnoDB; ) 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