helium / blockchain-etl

Blockchain follower that follows and stores the Helium blockchain
Apache License 2.0
64 stars 37 forks source link

Add a migrations make target #52

Closed madninja closed 4 years ago

madninja commented 4 years ago

This makes it easier to run migrations as a make target

make migrations will stop a running ETL application and run available database migrations.

Note that you will need to make start to restart the application once migrations are complete