Clean up README
This commit is contained in:
parent
49daf851cc
commit
1c4759da05
2
.github/workflows/on-pr.yaml
vendored
2
.github/workflows/on-pr.yaml
vendored
@ -4,6 +4,8 @@ on: [pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
# Add a dummy job to avoid failing GitHub CI checks.
|
||||
# Other checks to be added later.
|
||||
name: Dummy job
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -24,12 +24,6 @@ Schemas and utils for IPLD ETH Postgres database
|
||||
LOG: TimescaleDB background worker launcher connected to shared catalogs
|
||||
```
|
||||
|
||||
* Edit [startup_script.sh](./scripts/startup_script.sh) to change the number of migrations to be run if required:
|
||||
|
||||
```bash
|
||||
./goose -dir migrations/vulcanizedb postgres "$VDB_PG_CONNECT" up-to 22
|
||||
```
|
||||
|
||||
* In another `ipld-eth-db` terminal window, build an image `migrations-test` using [Dockerfile](./db/Dockerfile):
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user