Remove legacy database migrations (#4919)

* Remove legacy db migrations

* Fix tests

* Remove migrations to/from v15

* Remove v16 migrations
This commit is contained in:
Mac L
2023-11-16 22:09:05 +11:00
committed by GitHub
parent d04e361129
commit 68e076d60a
7 changed files with 5 additions and 707 deletions

View File

@@ -2967,10 +2967,8 @@ async fn schema_downgrade_to_min_version() {
// Can't downgrade beyond V18 once Deneb is reached, for simplicity don't test that
// at all if Deneb is enabled.
SchemaVersion(18)
} else if harness.spec.capella_fork_epoch.is_some() {
SchemaVersion(14)
} else {
SchemaVersion(11)
SchemaVersion(16)
};
// Save the slot clock so that the new harness doesn't revert in time.