Closed GetPsyched closed 11 months ago
When upgrading the database from version X to version Y, the logger simply displays Upgrading database from X to X since old_version and the fetchone from the existing DB return the same thing. This is a logical error.
Upgrading database from X to X
old_version
fetchone
Fixed in #88
When upgrading the database from version X to version Y, the logger simply displays
Upgrading database from X to X
sinceold_version
and thefetchone
from the existing DB return the same thing. This is a logical error.