readme cleanup

This commit is contained in:
Roy Crihfield 2023-08-31 01:13:06 +08:00
parent 63516f2895
commit aa3d1aecf5

View File

@ -2,13 +2,13 @@
* For a given table in the `ipld-eth-db` schema, we know the number of columns to be expected in each row in the data dump:
| Table | Expected columns |
| ----------------- |:----------------:|
| public.nodes | 5 |
| public.blocks | 3 |
| eth.header_cids | 16 |
| eth.state_cids | 8 |
| eth.storage_cids | 9 |
| Table | Expected columns |
|--------------------|:----------------:|
| `public.nodes` | 5 |
| `public.blocks` | 3 |
| `eth.header_cids` | 16 |
| `eth.state_cids` | 8 |
| `eth.storage_cids` | 9 |
### Find Bad Data
@ -29,7 +29,7 @@
```bash
./scripts/find-bad-rows.sh -i eth.state_cids.csv -c 8 -o res.txt -d true
```
Output:
```