Significant update to the SyndicatedContent wobject to allow for better aggregation and scheduled content downloads.
This commit is contained in:
parent
c7c968eaf2
commit
2fd3cb57f3
6 changed files with 519 additions and 150 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue