FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

add sensible defaults for anaylsis db entries

Open jstucke opened this issue 1 year ago • 0 comments

the DB schema allows null values for AnalysisEntry.result While there shouldn't be a Null entries at the moment, such entries would cause errors for stats updates. This is because the stats generation functions use PostgreSQL functions which generally don't work on Null values. This modification adds a reasonable default value, which should prevent such problems in the future.

jstucke avatar Aug 12 '22 07:08 jstucke