RB: Statistics do not have an upgrade path through versions #90
Closed
Description
Hi! I have a database with 400+ build logs, built with alpha02. It's also built on a relatively big project wit 200+ modules, so I'd gain lots from some of the recent fixes (like the mermaid graph straight up not existing for our project in earlier releases). Unfortunately, starting from alpha04, BuildMetric has a new field called modules, which causes every report & build later on to simply fail with Required value 'modules' missing at $
(called from DatabaseRepositoryImp
).
Is that new field absolutely critical for further operations and requires a database cleanup, or could the plugin add a migration for it ?