merging 6.5.6 bugfixes
This commit is contained in:
parent
cd83598f7c
commit
a58f2786f7
15 changed files with 207 additions and 88 deletions
4
docs/upgrades/upgrade_6.5.5-6.5.6.sql
Normal file
4
docs/upgrades/upgrade_6.5.5-6.5.6.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
insert into webguiVersion values ('6.5.6','upgrade',unix_timestamp());
|
||||
alter table metaData_values drop primary key;
|
||||
alter table metaData_values add primary key (fieldId,assetId);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue