Add explicit --db-schema to separate relay and assethub schemas

This commit is contained in:
2026-02-14 02:41:23 +03:00
parent 076b54bdc9
commit 04f0042e0d
+2
View File
@@ -33,6 +33,7 @@ services:
- ./:/app/project
command:
- -f=/app/project/pezkuwi.yaml
- --db-schema=subquery-pezkuwi-staking
- --disable-historical=true
- --batch-size=30
@@ -52,6 +53,7 @@ services:
- ./:/app/project
command:
- -f=/app/project/pezkuwi-assethub.yaml
- --db-schema=subquery-pezkuwi-assethub
- --disable-historical=true
- --batch-size=30