mirror of https://github.com/grafana/grafana.git
remove plugin version for automigrate as it was used only in v24 and v28 that have been removed
This commit is contained in:
parent
5d2ab07acd
commit
44a379fd18
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue