Updates to SyndicatedContent to allow for content republishing and MIME-types to Snippets.

This commit is contained in:
Daniel Collis-Puro 2005-06-19 22:14:12 +00:00
parent 6a49e2036b
commit 5917f21991
5 changed files with 153 additions and 7 deletions

View file

@ -1,4 +1,5 @@
insert into webguiVersion values ('6.7.0','upgrade',unix_timestamp());
alter table SyndicatedContent add column displayMode varchar(20) not null default 'interleaved';
alter table SyndicatedContent add column hasTerms varchar(255) not null;
alter table snippet add column mimeType varchar(50) not null default 'text/html';