webgui/docs/upgrades/upgrade_6.2.5-6.2.6.sql
2004-09-30 01:16:02 +00:00

4 lines
212 B
SQL

insert into webguiVersion values ('6.2.6','upgrade',unix_timestamp());
update collateralFolder set parentId='0' where parentId='-1' and collateralFolderId<>'0';
alter table WSClient change call callMethod text;