Skip to content

Commit

Permalink
adds _time suffix to the table name
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Aug 17, 2023
1 parent 1000428 commit 1d29ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trace/schema/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const (
// following schema:
//
// | time | height | timestamp |
BlockTable = "consensus_block"
BlockTable = "consensus_block_time"

// TimestampFieldKey is the name of the field that stores the time at which
// the block is proposed.
Expand Down

0 comments on commit 1d29ac2

Please sign in to comment.