Skip to content

Commit

Permalink
fix account txn table name for parquet (#650)
Browse files Browse the repository at this point in the history
### Description
as described above
  • Loading branch information
yuunlimm authored Dec 18, 2024
1 parent 1973e8b commit fdfb3a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub struct AccountTransaction {
}

impl NamedTable for AccountTransaction {
const TABLE_NAME: &'static str = "fungible_asset_activities";
const TABLE_NAME: &'static str = "account_transactions";
}

impl HasVersion for AccountTransaction {
Expand Down

0 comments on commit fdfb3a3

Please sign in to comment.