status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Consolidate databases and migrations #36

Closed adambabik closed 5 years ago

adambabik commented 5 years ago

This change allows to specify a database instance of a pair of database dir and database key to create a new database file. In both cases, all required migrations are applied.

Closes #35