Skip to content

Commit

Permalink
make TblPruneProgress non-dupsort (#13037)
Browse files Browse the repository at this point in the history
Need: `rm -rf chaindata`
  • Loading branch information
AskAlexSharov authored Dec 9, 2024
1 parent c24285b commit 0c2c591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erigon-lib/kv/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ var ChaindataTablesCfg = TableCfg{
TblTracesFromIdx: {Flags: DupSort},
TblTracesToKeys: {Flags: DupSort},
TblTracesToIdx: {Flags: DupSort},
TblPruningProgress: {Flags: DupSort},
}

var BorTablesCfg = TableCfg{
Expand Down

0 comments on commit 0c2c591

Please sign in to comment.