Clean up README

This commit is contained in:
Prathamesh Musale 2022-05-17 16:01:48 +05:30
parent 49daf851cc
commit 1c4759da05
2 changed files with 2 additions and 6 deletions

View File

@ -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:

View File

@ -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