mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
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:
@@ -7,6 +7,7 @@ go_library(
|
||||
"alias.go",
|
||||
"cmd.go",
|
||||
"log.go",
|
||||
"migrate.go",
|
||||
"restore.go",
|
||||
],
|
||||
importpath = "github.com/prysmaticlabs/prysm/validator/db",
|
||||
|
||||
Reference in New Issue
Block a user