added content prototypes
This commit is contained in:
parent
25b7e89b0c
commit
7446031b99
6 changed files with 80 additions and 12 deletions
4
docs/upgrades/upgrade_6.4.0-6.5.0.sql
Normal file
4
docs/upgrades/upgrade_6.4.0-6.5.0.sql
Normal file
|
|
@ -0,0 +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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue