fixed an upgrade bug
This commit is contained in:
parent
aee65b8391
commit
bbdd05904a
6 changed files with 19 additions and 812 deletions
|
|
@ -2,4 +2,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';
|
||||
|
||||
drop table theme;
|
||||
drop table themeComponent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue