Dashboard Migrations: V4 - no-op and clean up dead code from DashboardMigrator.ts (#112225)

This commit is contained in:
Haris Rozajac
2025-10-14 14:38:31 -06:00
committed by GitHub
parent 3d112755de
commit 01c4cb1fac
8 changed files with 220 additions and 16 deletions
@@ -7,7 +7,7 @@ import (
)
const (
MIN_VERSION = 4
MIN_VERSION = 3
LATEST_VERSION = 42
)
@@ -35,6 +35,7 @@ type PanelPluginInfo struct {
func GetMigrations(dsInfoProvider DataSourceInfoProvider) map[int]SchemaVersionMigrationFunc {
return map[int]SchemaVersionMigrationFunc{
4: V4,
5: V5,
6: V6,
7: V7,