Open TrebbleBiscuit opened 2 years ago
If there is a property in initialGameData that is not in gameData, it should be added from the former to the ladder.
initialGameData
gameData
Perhaps gameData could have something like a schemaVersion property and then run a migration script.
schemaVersion
If there is a property in
initialGameData
that is not ingameData
, it should be added from the former to the ladder.