Update expectedDBVersion

This commit is contained in:
Aconite
2020-12-28 14:08:05 -05:00
committed by GitHub
parent 39e3677a2b
commit 41d415b7ba
@@ -54,7 +54,7 @@ void ConfigServerDatabase::install(void)
KEY_STRING (commoditiesServerAddress, "localhost");
KEY_INT (commoditiesServerPort, 44457); //todo: confirm that this is a good port MSH
KEY_INT (taskManagerPort, 60001);
KEY_INT (expectedDBVersion, 270);
KEY_INT (expectedDBVersion, 271);
KEY_BOOL (correctDBVersionRequired,true);
KEY_INT (saveFrequencyLimit,0);
KEY_STRING (schemaOwner, "");