Skip to content

Commit

Permalink
Update dbschema.md
Browse files Browse the repository at this point in the history
Fix 2 broken links
  • Loading branch information
psavva authored Apr 4, 2024
1 parent 0554f20 commit d52db03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Blockcore.Indexer/doc/dbschema.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Blockcore Indexer uses mongodb to store the blockchain data

The tables can be found here
https://github.com/block-core/blockcore-indexer/blob/master/src/Blockcore.Indexer/Storage/Mongo/Types
[https://github.com/block-core/blockcore-indexer/blob/master/src/Blockcore.Indexer/Storage/Mongo/Types](https://github.com/block-core/blockcore-indexer/tree/master/src/Blockcore.Indexer.Core/Storage/Mongo/Types)

And the indexer builder here
https://github.com/block-core/blockcore-indexer/blob/master/src/Blockcore.Indexer/Storage/Mongo/MongoBuilder.cs
[https://github.com/block-core/blockcore-indexer/blob/master/src/Blockcore.Indexer/Storage/Mongo/MongoBuilder.cs](https://github.com/block-core/blockcore-indexer/blob/master/src/Blockcore.Indexer.Core/Storage/Mongo/MongoBuilder.cs)

**List of tables the indexer uses:**

Expand Down

0 comments on commit d52db03

Please sign in to comment.