This commit is contained in:
vyzo 2022-04-12 10:56:29 +03:00
parent f28bd054ef
commit 07e4024e3b

View File

@ -55,7 +55,6 @@ type migration struct {
upgrade MigrationFunc upgrade MigrationFunc
preMigrations []PreMigration preMigrations []PreMigration
cache *nv16.MemMigrationCache cache *nv16.MemMigrationCache
manifest cid.Cid
} }
type Executor interface { type Executor interface {