Skip to content

lava_results_app: switch TestCase ID to bigint

Chase Qi requested to merge tc-big-int into master

AutoField can only hold about 2 billion records. TestCase table is relatively big as one job may generate many results. Switching to BigAutoField to avoid potential result saving issue.

Signed-off-by: Chase Qi chase.qi@linaro.org

Merge request reports