+ added cacheTTL to WSClient

This commit is contained in:
Alan Ritari 2004-04-20 12:41:56 +00:00
parent 466b663d45
commit d62ae52d83
3 changed files with 15 additions and 3 deletions

View file

@ -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;