Ref T473, added version attribute for DB based value objects.

So all DB objects could have version.
This commit is contained in:
Klaus Basan
2018-12-16 21:11:57 +01:00
committed by Mat Sutcliffe
parent 9facd200f1
commit a40e37e59b
4 changed files with 74 additions and 38 deletions

View File

@@ -148,9 +148,10 @@ namespace BlackMisc
GlobalIndexCSettingKeyboardHotkey = 11000,
GlobalIndexCKeyboardKey = 11100,
GlobalIndexCJoystickButton = 11200,
GlobalIndexIDatastoreInteger = 12000,
GlobalIndexIDatastoreString = 12100,
GlobalIndexCDbInfo = 12200,
GlobalIndexIDatastore = 12000,
GlobalIndexIDatastoreInteger = 12100,
GlobalIndexIDatastoreString = 12200,
GlobalIndexCDbInfo = 12300,
GlobalIndexCGlobalSetup = 13000,
GlobalIndexCArtifact = 13100,
GlobalIndexCDistribution = 13200,