forked from cerc-io/ipld-eth-server
migration file to create bite; create bite repository
add transaction index and raw log to bite table work on converter for bite event update bite repository, replace guy with 32byte lad; create bite converter to entity update field type for bite event; start on bite transformer finish bite event transformer
This commit is contained in:
@@ -27,6 +27,10 @@ Vulcanize DB is a set of tools that make it easier for developers to write appli
|
||||
|
||||
* See below for configuring additional environments
|
||||
|
||||
## Create a migration file (up and down)
|
||||
1. install migrate library: https://github.com/golang-migrate/migrate
|
||||
1. `migrate create -ext sql -seq -dir db/migrations/ -digits 10 create_bite_table`
|
||||
|
||||
## Configuration
|
||||
- To use a local Ethereum node, copy `environments/public.toml.example` to
|
||||
`environments/public.toml` and update the `ipcPath` and `levelDbPath`.
|
||||
|
||||
Reference in New Issue
Block a user