update current db version constant

This commit is contained in:
julian 2023-11-06 11:24:02 -06:00
parent 527b0c5d3a
commit 5e256b2e2a

View file

@ -62,7 +62,7 @@ abstract class Constants {
// Enable Logger.print statements // Enable Logger.print statements
static const bool disableLogger = false; static const bool disableLogger = false;
static const int currentDataVersion = 11; static const int currentDataVersion = 12;
static const int rescanV1 = 1; static const int rescanV1 = 1;