From f05ce47b95a3a0cde53dec3b191b147de03a217c Mon Sep 17 00:00:00 2001 From: medvedev1088 Date: Fri, 13 Mar 2020 22:31:08 +0700 Subject: [PATCH] Update commands.md --- docs/commands.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index 83120f547..4a5c82cd1 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -235,4 +235,8 @@ Stream blockchain data to a Postgres database: ```bash ethereumetl stream --start-block 500000 --output postgresql+pg8000://:@:5432/ -``` \ No newline at end of file +``` + +The [schema](https://github.com/blockchain-etl/ethereum-etl-postgres/tree/master/schema) +and [indexes](https://github.com/blockchain-etl/ethereum-etl-postgres/tree/master/indexes) can be found in this +repo [ethereum-etl-postgres](https://github.com/blockchain-etl/ethereum-etl-postgres). \ No newline at end of file