Skip to content

Commit 5a99d0f

Browse files
Drop spotlight cache table (#565)
* drop spotlight cache table flyway script * add change log entry
1 parent 061f488 commit 5a99d0f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
4949
* Update keep alive times for flow api grpc calls [#558](https://github.com/provenance-io/explorer-service/pull/558)
5050
* Updates to asset pricing table will set data column to null [#562](https://github.com/provenance-io/explorer-service/pull/562)
5151
* Remove `running_count` and `total_count` columns from the `missed_blocks` table [#549](https://github.com/provenance-io/explorer-service/issues/549)
52+
* Remove `spotlight_cache` table [#559](https://github.com/provenance-io/explorer-service/pull/559)
5253

5354
### Bug Fixes
5455

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SELECT 'Drop spotlight cache table' AS comment;
2+
3+
DROP TABLE IF EXISTS spotlight_cache;

0 commit comments

Comments
 (0)