Adding db_reference in latestTransactions table
This commit is contained in:
parent
6a7fd83ffd
commit
e2b6ef1123
@ -273,6 +273,7 @@ class LatestTransactions(LatestCacheBase):
|
||||
jsonData = Column('jsonData', String)
|
||||
transactionType = Column('transactionType', String)
|
||||
parsedFloData = Column('parsedFloData', String)
|
||||
db_reference = Column('db_reference', String)
|
||||
|
||||
|
||||
class LatestBlocks(LatestCacheBase):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user