chore: add the rest of the tables to db list (#1957)

This commit is contained in:
Dan Cline
2023-03-24 00:44:40 -04:00
committed by GitHub
parent ba8650585e
commit a116d1cf97

View File

@ -166,14 +166,27 @@ impl Command {
Headers,
BlockBodies,
BlockOmmers,
BlockWithdrawals,
TransactionBlock,
Transactions,
TxHashNumber,
Receipts,
PlainStorageState,
PlainAccountState,
Bytecodes,
BlockTransitionIndex,
TxTransitionIndex,
AccountHistory,
StorageHistory,
AccountChangeSet,
StorageChangeSet,
HashedAccount,
HashedStorage,
AccountsTrie,
StoragesTrie,
TxSenders,
SyncStage,
SyncStageProgress,
Transactions
SyncStageProgress
]);
}
Subcommands::Drop => {