mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-13 21:01:08 -04:00
Update expectedDBVersion
This commit is contained in:
@@ -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, "");
|
||||
|
||||
Reference in New Issue
Block a user