Skip to content

Commit

Permalink
updated table indexes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienR1 committed Oct 25, 2023
1 parent df1ce4f commit e55982a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,13 @@ erDiagram

**Indexes**

| Table | Fields |
| -------------- | ------------------------------------------ |
| USER_DIMENSION | `(chain, module_hash)` `(chain, block_id)` |
| block | `(block_id, block_number, timestamp)` |
| manifest | `module_hash` |
| Table | Fields |
| -------------- | -------------------------------------------- |
| USER_DIMENSION | `(chain, module_hash)` `(chain, block_id)` |
| module_hashes | `module_hash` |
| blocks | `(block_id, block_number, chain, timestamp)` |
| unparsed_json | `(source, chain, module_hash, block_id)` |
| final_blocks | `block_id` |

### Database initialization

Expand Down

0 comments on commit e55982a

Please sign in to comment.