We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d423e commit 29ac576Copy full SHA for 29ac576
1 file changed
store/postgres/src/pool/mod.rs
@@ -66,6 +66,8 @@ const SHARDED_TABLES: [(&str, &[&str]); 2] = [
66
"subgraph",
67
"subgraph_version",
68
"subgraph_deployment_assignment",
69
+ "prune_state",
70
+ "prune_table_state",
71
],
72
),
73
];
0 commit comments