Skip to content

Commit 29ac576

Browse files
committed
store: Map the pruning status tables in the sharded schema in the primary
1 parent b3d423e commit 29ac576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

store/postgres/src/pool/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ const SHARDED_TABLES: [(&str, &[&str]); 2] = [
6666
"subgraph",
6767
"subgraph_version",
6868
"subgraph_deployment_assignment",
69+
"prune_state",
70+
"prune_table_state",
6971
],
7072
),
7173
];

0 commit comments

Comments
 (0)