mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
tech(alerting): disable feature toggle
this feature toggle caused migration tests to fail
This commit is contained in:
parent
45b2b4bc52
commit
411178d384
@ -2,14 +2,9 @@ package migrations
|
||||
|
||||
import (
|
||||
. "github.com/grafana/grafana/pkg/services/sqlstore/migrator"
|
||||
"github.com/grafana/grafana/pkg/setting"
|
||||
)
|
||||
|
||||
func addAlertMigrations(mg *Migrator) {
|
||||
if !setting.AlertingEnabled {
|
||||
return
|
||||
}
|
||||
|
||||
alertV1 := Table{
|
||||
Name: "alert_rule",
|
||||
Columns: []*Column{
|
||||
|
Loading…
Reference in New Issue
Block a user