bug fixes
This commit is contained in:
parent
d7d6819204
commit
88c42da7a0
14 changed files with 59 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
insert into webguiVersion values ('6.5.0','upgrade',unix_timestamp());
|
||||
alter table asset add column isPrototype int not null default 0;
|
||||
alter table asset add index isPrototype_className_assetId (isPrototype,className,assetId);
|
||||
|
||||
update Folder set templateId='PBtmpl0000000000000078' where templateId='';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue