Commit 2c4b6089 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix a typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4880 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ed2e819b
......@@ -15,7 +15,7 @@ class_file:
CREATE TABLE `record` (
`uid` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`path` varchar(255) NOT NULL default '',
`catalog` BOOT NOT NULL default 0,
`catalog` BOOL NOT NULL default 0,
`played` BOOL NOT NULL default 0,
`date` DATETIME NOT NULL,
PRIMARY KEY (`uid`),
......
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