ee93be80c0
* removed old migrations * improve SimpleMigration * fixed migration tests * fixed redundant whitespace * add ToV13 migration which removes bloom groups * bump CURRENT_VERSION of db
8 lines
170 B
TOML
8 lines
170 B
TOML
[package]
|
|
name = "ethcore-migrations"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
migration = { path = "../../util/migration" }
|