alerting: renames journal table to alert_notification_journal

pull/12145/head
bergquist 8 years ago
parent bcbae7aa62
commit ab70ead5e4
  1. 2
      pkg/services/sqlstore/migrations/alert_mig.go

@ -75,7 +75,7 @@ func addAlertMigrations(mg *Migrator) {
mg.AddMigration("add index alert_notification org_id & name", NewAddIndexMigration(alert_notification, alert_notification.Indices[0]))
notification_journal := Table{
Name: "notification_journal",
Name: "alert_notification_journal",
Columns: []*Column{
{Name: "id", Type: DB_BigInt, IsPrimaryKey: true, IsAutoIncrement: true},
{Name: "org_id", Type: DB_BigInt, Nullable: false},

Loading…
Cancel
Save