Significant update to the SyndicatedContent wobject to allow for better aggregation and scheduled content downloads.

This commit is contained in:
Daniel Collis-Puro 2005-06-15 02:29:12 +00:00
parent c7c968eaf2
commit 2fd3cb57f3
6 changed files with 519 additions and 150 deletions

View file

@ -1758,6 +1758,8 @@ CREATE TABLE SyndicatedContent (
maxHeadlines int(11) NOT NULL default '0',
assetId varchar(22) NOT NULL default '',
templateId varchar(22) NOT NULL default '',
displayMode varchar(20) NOT NULL default 'interleaved',
hasTerms varchar(255) NOT NULL default '',
PRIMARY KEY (assetId)
) TYPE=MyISAM;