Add constants for the events views.

This commit is contained in:
M. J. Fromberger
2021-08-27 08:57:42 -07:00
parent 91d9b67063
commit 63be659f80

View File

@@ -19,6 +19,8 @@ const (
tableBlocks = "blocks"
tableTxResults = "tx_results"
tableEvents = "events"
viewBlockEvents = "block_events"
viewTxEvents = "tx_events"
tableAttributes = "attributes"
driverName = "postgres"
)