Skip to content

Commit

Permalink
Disable unnecessary migration (#11)
Browse files Browse the repository at this point in the history
* Disable unnecessary migration

* Fix lint
  • Loading branch information
gazzua authored Oct 10, 2024
1 parent 3cde35b commit 7dc3f52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 89 deletions.
1 change: 0 additions & 1 deletion beacon-chain/db/kv/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ go_library(
"migration.go",
"migration_archived_index.go",
"migration_block_slot_index.go",
"migration_finalized_parent.go",
"migration_state_validators.go",
"schema.go",
"state.go",
Expand Down
1 change: 0 additions & 1 deletion beacon-chain/db/kv/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var migrations = []migration{
migrateArchivedIndex,
migrateBlockSlotIndex,
migrateStateValidators,
migrateFinalizedParent,
}

// RunMigrations defined in the migrations array.
Expand Down
87 changes: 0 additions & 87 deletions beacon-chain/db/kv/migration_finalized_parent.go

This file was deleted.

0 comments on commit 7dc3f52

Please sign in to comment.