Dashboard Migrations: v18 - gauge options (#109496)
* migrate to v19 * migrate to v18 * Update v19.go
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user