We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fb3f2 commit 7765b77Copy full SHA for 7765b77
store/postgres/migrations/2025-05-13-173523_split_subgraph_deployment/down.sql
@@ -99,9 +99,9 @@ select ds.id AS schema_id,
99
d.failed,
100
d.synced_at
101
from deployment_schemas ds,
102
- subgraph_deployment d,
103
- subgraph_version v,
104
- subgraph s
+ subgraphs.subgraph_deployment d,
+ subgraphs.subgraph_version v,
+ subgraphs.subgraph s
105
where d.id = ds.id
106
and v.deployment = d.deployment
107
and v.subgraph = s.id;
0 commit comments