fix: fixed database upgrade bug

This commit is contained in:
Michael Green
2023-03-07 10:59:19 +11:00
parent 8175b4b6e6
commit d484ee32cb
3 changed files with 27 additions and 5 deletions

View File

@@ -109,11 +109,6 @@ namespace gaseous_tools
dbDict.Add("schemaver", i);
ExecuteCMD(sql, dbDict);
}
if (SchemaVer == i)
{
// no more updates, no point looping anymore
break;
}
}
}
}