Skip to content

Commit

Permalink
Update PatternBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin authored Nov 18, 2023
1 parent b807f50 commit e1403e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/C#/DBDefsDumper/PatternBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public PatternBuilder()
// .OptionalPointer(Name.SQL_QUERY)
//);
patterns.Add(
new Pattern("10.1.0", new List<string> { "10.1.0", "10.1.5", "1.14.4", "1.15.0", "3.4.2", "10.1.7", "10.2.0", "3.4.3", "10.2.5" }, 48480, 0)
new Pattern("10.1.0", new List<string> { "10.1.0", "10.1.5", "1.14.4", "1.15.0", "3.4.2", "10.1.7", "10.2.0", "3.4.3", "10.2.5", "4.4.0", "1.15.1", "10.2.7" }, 48480, 0)
.Pointer(Name.DB_NAME)
.FileDataID(Name.FDID)
.FieldReference(Name.NUM_FIELD_IN_FILE)
Expand Down

0 comments on commit e1403e7

Please sign in to comment.