Skip to content

Commit

Permalink
Remove drop statements on cache tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Nov 27, 2024
1 parent c75f494 commit 5985b92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions files/grest/rpc/01_cached_tables/pool_history_cache.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
DROP TABLE IF EXISTS grest.pool_history_cache;

CREATE TABLE grest.pool_history_cache (
pool_id bigint,
epoch_no int8 NULL,
Expand Down
2 changes: 0 additions & 2 deletions files/grest/rpc/01_cached_tables/pool_info_cache.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
DROP TABLE IF EXISTS grest.pool_info_cache;

CREATE TABLE grest.pool_info_cache (
id serial PRIMARY KEY,
tx_id bigint NOT NULL,
Expand Down

0 comments on commit 5985b92

Please sign in to comment.