mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
renames debouceduration to for
This commit is contained in:
@@ -134,7 +134,7 @@ func addAlertMigrations(mg *Migrator) {
|
||||
mg.AddMigration("add index alert_notification_state org_id & alert_id & notifier_id",
|
||||
NewAddIndexMigration(alert_notification_state, alert_notification_state.Indices[0]))
|
||||
|
||||
mg.AddMigration("Add decounce_duration to alert table", NewAddColumnMigration(alertV1, &Column{
|
||||
Name: "debounce_duration", Type: DB_BigInt, Nullable: true,
|
||||
mg.AddMigration("Add for to alert table", NewAddColumnMigration(alertV1, &Column{
|
||||
Name: "for", Type: DB_BigInt, Nullable: true,
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user