+ added cacheTTL to WSClient
This commit is contained in:
parent
466b663d45
commit
d62ae52d83
3 changed files with 15 additions and 3 deletions
|
|
@ -817,6 +817,7 @@ CREATE TABLE WSClient (
|
|||
templateId int(11) NOT NULL default '1',
|
||||
decodeUtf8 tinyint(3) unsigned NOT NULL default '0',
|
||||
httpHeader varchar(50) default NULL,
|
||||
cacheTTL smallint(5) unsigned NOT NULL default '60',
|
||||
PRIMARY KEY (wobjectId)
|
||||
) TYPE=MyISAM;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue