Skip to content

Commit 5f2ecb7

Browse files
committed
store: Do not map the subgraph_features table
It's only maintained in the primary, and there's no point in mapping it across shards
1 parent c6f02fc commit 5f2ecb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

store/postgres/src/connection_pool.rs

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const SHARDED_TABLES: [(&str, &[&str]); 2] = [
5252
"dynamic_ethereum_contract_data_source",
5353
"subgraph_deployment",
5454
"subgraph_error",
55-
"subgraph_features",
5655
"subgraph_manifest",
5756
"table_stats",
5857
],

0 commit comments

Comments
 (0)