merging 6.5.6 bugfixes

This commit is contained in:
JT Smith 2005-04-19 20:55:11 +00:00
parent cd83598f7c
commit a58f2786f7
15 changed files with 207 additions and 88 deletions

View 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);