Skip to content

Commit 09b2644

Browse files
committed
fix: missing update column
1 parent a44c419 commit 09b2644

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/grest/rpc/01_cached_tables/pool_info_cache.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ BEGIN
147147
meta_id = EXCLUDED.meta_id,
148148
meta_url = EXCLUDED.meta_url,
149149
meta_hash = EXCLUDED.meta_hash,
150-
pool_status = EXCLUDED.pool_status;
150+
pool_status = EXCLUDED.pool_status,
151+
retiring_epoch = EXCLUDED.retiring_epoch;
151152

152153
INSERT INTO grest.control_table (key, last_value)
153154
VALUES (

0 commit comments

Comments
 (0)