hello,
Indeed there is an issue, we created ticket 4132.
Hi,
This issue is really major and affects all activiites with validated cost.
To avoid the issue on migration to V8.0.6, after deployment of code change line 797 in db/maintenance.php from
$crit="validatedCost is not null and validatedCost>0";
to
$crit="refType='Milestone' and validatedCost is not null and validatedCost>0";
We'll soon publish a patch to fix the issue.
We'll try and add in the patch a way to retreive lost data.
Great thank you, yes if you could find a way to retreive our data it would be great
Retreival of data is cocded on V8.0.7 (specific patch) and V8.1.3 (and over)
This may cause migration to be a bit long

