mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 05:27:57 +00:00
Add explicit --db-schema to separate relay and assethub schemas
This commit is contained in:
@@ -33,6 +33,7 @@ services:
|
|||||||
- ./:/app/project
|
- ./:/app/project
|
||||||
command:
|
command:
|
||||||
- -f=/app/project/pezkuwi.yaml
|
- -f=/app/project/pezkuwi.yaml
|
||||||
|
- --db-schema=subquery-pezkuwi-staking
|
||||||
- --disable-historical=true
|
- --disable-historical=true
|
||||||
- --batch-size=30
|
- --batch-size=30
|
||||||
|
|
||||||
@@ -52,6 +53,7 @@ services:
|
|||||||
- ./:/app/project
|
- ./:/app/project
|
||||||
command:
|
command:
|
||||||
- -f=/app/project/pezkuwi-assethub.yaml
|
- -f=/app/project/pezkuwi-assethub.yaml
|
||||||
|
- --db-schema=subquery-pezkuwi-assethub
|
||||||
- --disable-historical=true
|
- --disable-historical=true
|
||||||
- --batch-size=30
|
- --batch-size=30
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user