Skip to content

Commit

Permalink
these tables arent written to and dont exist in the schema anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
wlmyng authored and ebmifa committed Dec 10, 2024
1 parent d884384 commit e2a1471
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions crates/sui-indexer/src/handlers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ pub enum CommitterTables {
TxDigests,
TxInputObjects,
TxKinds,
TxRecipients,
TxSenders,

Checkpoints,
PrunerCpWatermark,
Expand Down
4 changes: 0 additions & 4 deletions crates/sui-indexer/src/handlers/pruner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ pub enum PrunableTable {
TxDigests,
TxInputObjects,
TxKinds,
TxRecipients,
TxSenders,

Checkpoints,
PrunerCpWatermark,
Expand Down Expand Up @@ -96,8 +94,6 @@ impl PrunableTable {
PrunableTable::TxDigests => tx,
PrunableTable::TxInputObjects => tx,
PrunableTable::TxKinds => tx,
PrunableTable::TxRecipients => tx,
PrunableTable::TxSenders => tx,

PrunableTable::Checkpoints => cp,
PrunableTable::PrunerCpWatermark => cp,
Expand Down

0 comments on commit e2a1471

Please sign in to comment.