fix missing comma

This commit is contained in:
Roberto Polli 2011-04-11 13:18:03 +02:00
parent dcd59a83f0
commit c4300e7ea8

View File

@ -215,7 +215,7 @@ CREATE TABLE IF NOT EXISTS `users_settings` (
`sendvcard` char(1) DEFAULT NULL,
`sendtype` varchar(20) DEFAULT NULL,
`timesavemessage` int DEFAULT 300,
`forward_type` char(1) NULL
`forward_type` char(1) NULL,
PRIMARY KEY (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;