Dashboard Migrations: v18 - gauge options (#109496)

* migrate to v19

* migrate to v18

* Update v19.go
This commit is contained in:
Haris Rozajac
2025-08-13 15:01:50 -06:00
committed by GitHub
parent df70198038
commit 4a3b8a567f
5 changed files with 566 additions and 1 deletions
@@ -5,7 +5,7 @@ import (
)
const (
MIN_VERSION = 18
MIN_VERSION = 17
LATEST_VERSION = 41
)
@@ -38,6 +38,7 @@ type PanelPluginInfoProvider interface {
func GetMigrations(dsInfoProvider DataSourceInfoProvider, panelProvider PanelPluginInfoProvider) map[int]SchemaVersionMigrationFunc {
return map[int]SchemaVersionMigrationFunc{
18: V18,
19: V19,
20: V20,
21: V21,