Updates to SyndicatedContent to allow for content republishing and MIME-types to Snippets.
This commit is contained in:
parent
6a49e2036b
commit
5917f21991
5 changed files with 153 additions and 7 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue