Skip to content

Commit

Permalink
adds timestamp field to the schema description
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Aug 16, 2023
1 parent 061b926 commit e4dc897
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 @@ -88,7 +88,7 @@ const (
// BlockTable is the name of the table that stores metadata about consensus blocks.
// following schema:
//
// | time | height |
// | time | height | timestamp |
BlockTable = "consensus_block"

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

0 comments on commit e4dc897

Please sign in to comment.