Skip to content

Commit

Permalink
Tools: Updated expected table hash for Map.db2 in extractors
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Nov 9, 2023
1 parent 449f004 commit 97f9e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/extractor_common/ExtractorDB2LoadInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ struct MapLoadInfo
{ FT_INT, 3, true },
};

static constexpr DB2Meta MetaInstance{ 1349477, -1, 24, 24, 0x43E626E4, MetaFields, -1 };
static constexpr DB2Meta MetaInstance{ 1349477, -1, 24, 24, 0x15542FE8, MetaFields, -1 };

static constexpr DB2FieldMeta Fields[28] =
{
Expand Down

0 comments on commit 97f9e18

Please sign in to comment.