Skip to content

Commit

Permalink
move totals to flat schema
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTFM committed Aug 6, 2024
1 parent 36386ac commit 42e1906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void updateBlockchainStatsFromIbc() {
}

public void updateAlltimeIbcStats() {
jdbcTemplate.execute("REFRESH MATERIALIZED VIEW mv_ibc_transfer_stats;");
jdbcTemplate.execute("REFRESH MATERIALIZED VIEW flat.mv_ibc_transfer_stats;");
}

public void executeBlockchainCosmoshubStub() {
Expand Down

0 comments on commit 42e1906

Please sign in to comment.