remove plugin version for automigrate as it was used only in v24 and v28 that have been removed

This commit is contained in:
Haris Rozajac 2025-10-08 15:39:16 -06:00
parent 5d2ab07acd
commit 44a379fd18
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ import (
const (
MIN_VERSION = 12
LATEST_VERSION = 42
// The pluginVersion to set after simulating auto-migrate for angular panels
pluginVersionForAutoMigrate = "12.1.0"
)
type SchemaVersionMigrationFunc func(context.Context, map[string]interface{}) error