fix missing comma
This commit is contained in:
parent
dcd59a83f0
commit
c4300e7ea8
@ -215,7 +215,7 @@ CREATE TABLE IF NOT EXISTS `users_settings` (
|
|||||||
`sendvcard` char(1) DEFAULT NULL,
|
`sendvcard` char(1) DEFAULT NULL,
|
||||||
`sendtype` varchar(20) DEFAULT NULL,
|
`sendtype` varchar(20) DEFAULT NULL,
|
||||||
`timesavemessage` int DEFAULT 300,
|
`timesavemessage` int DEFAULT 300,
|
||||||
`forward_type` char(1) NULL
|
`forward_type` char(1) NULL,
|
||||||
|
|
||||||
PRIMARY KEY (`username`)
|
PRIMARY KEY (`username`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
Loading…
Reference in New Issue
Block a user