Implement Migration Up/Down Logic for Validator DB (#8271)

* rollback logic

* implement up down logic

* begin down migration tests

* rollback works

* unset test

* remove iface

* gaz

* add comment

* fix ineff assign

* preston comment

* add progress
This commit is contained in:
Raul Jordan
2021-01-15 15:35:21 -06:00
committed by GitHub
parent d7d2c6354b
commit 4c19e622cd
11 changed files with 371 additions and 81 deletions

View File

@@ -7,6 +7,7 @@ go_library(
"alias.go",
"cmd.go",
"log.go",
"migrate.go",
"restore.go",
],
importpath = "github.com/prysmaticlabs/prysm/validator/db",