This commit is contained in:
vyzo
2022-04-14 19:33:24 +03:00
parent f28bd054ef
commit 07e4024e3b
-1
View File
@@ -55,7 +55,6 @@ type migration struct {
upgrade MigrationFunc
preMigrations []PreMigration
cache *nv16.MemMigrationCache
manifest cid.Cid
}
type Executor interface {