Skip to content

Commit

Permalink
remove the unused refreshed view
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Sep 29, 2024
1 parent 1fcd806 commit b35aee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,6 @@ export class DAO {

public async refreshOperationalMaterializedView() {
await this.pg.query(`
REFRESH MATERIALIZED VIEW CONCURRENTLY per_pool_per_tick_liquidity_materialized;
REFRESH MATERIALIZED VIEW CONCURRENTLY pool_states_materialized;
REFRESH MATERIALIZED VIEW CONCURRENTLY twamm_pool_states_materialized;
REFRESH MATERIALIZED VIEW CONCURRENTLY twamm_sale_rate_deltas_materialized;
Expand Down

0 comments on commit b35aee4

Please sign in to comment.