Skip to content

Commit

Permalink
Drop spotlight cache table (#565)
Browse files Browse the repository at this point in the history
* drop spotlight cache table flyway script

* add change log entry
  • Loading branch information
nullpointer0x00 authored Oct 28, 2024
1 parent 061f488 commit 5a99d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* Update keep alive times for flow api grpc calls [#558](https://github.com/provenance-io/explorer-service/pull/558)
* Updates to asset pricing table will set data column to null [#562](https://github.com/provenance-io/explorer-service/pull/562)
* Remove `running_count` and `total_count` columns from the `missed_blocks` table [#549](https://github.com/provenance-io/explorer-service/issues/549)
* Remove `spotlight_cache` table [#559](https://github.com/provenance-io/explorer-service/pull/559)

### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SELECT 'Drop spotlight cache table' AS comment;

DROP TABLE IF EXISTS spotlight_cache;

0 comments on commit 5a99d0f

Please sign in to comment.