From 6c22d24a15ee785ce1e1e73dd33a56d21364041d Mon Sep 17 00:00:00 2001 From: Mike Montano Date: Thu, 30 Nov 2023 16:30:01 -0600 Subject: [PATCH] Small comment on upgrading V3 DBs --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30b509c..c3d640d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -288,6 +288,8 @@ jobs: runalyzer .github/workflows/log_gathered_v2_new.sqlite -c 'assert "rank" in [l[0] for l in q("select * from warnings").description]' --nogather - name: Upgrade V3 to V3 + # Tests upgrades on current version for stability and allows users + # to blindly upgrade databases safely run: | pip install -e .