diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-01-21 22:25:10 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-01-21 22:25:10 +0100 |
commit | a4a4d010a0e329d4dbd82c0be5feab1fc06c8834 (patch) | |
tree | f988bcef679ba35e903a53ab2277ade2a92b0640 /src/common/DataStores/DB2FileLoader.h | |
parent | 5cc1b97fc1430f07d8942ae9f87fd5ad9708db59 (diff) |
Core: Updated to 10.2.5
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
-rw-r--r-- | src/common/DataStores/DB2FileLoader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/DataStores/DB2FileLoader.h b/src/common/DataStores/DB2FileLoader.h index 29e78463f38..6875335f3ca 100644 --- a/src/common/DataStores/DB2FileLoader.h +++ b/src/common/DataStores/DB2FileLoader.h @@ -31,6 +31,8 @@ struct DB2Meta; struct DB2Header { uint32 Signature; + uint32 Version; + std::array<char, 128> Schema; uint32 RecordCount; uint32 FieldCount; uint32 RecordSize; |