Skip to content

Commit

Permalink
maintain backward compatibility (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenyang007 authored Jun 14, 2024
1 parent 88b0dbe commit c093d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/processor/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pub struct IndexerGrpcProcessorConfig {
#[serde(default)]
pub transaction_filter: TransactionFilter,
// String vector for deprecated tables to skip db writes
#[serde(default)]
pub deprecated_tables: HashSet<String>,
}

Expand Down

0 comments on commit c093d3d

Please sign in to comment.