chore(alerting): struct names and url refactoring

This commit is contained in:
bergquist
2016-05-09 11:25:21 +02:00
parent 74d5410a38
commit 47070f2d1f
8 changed files with 27 additions and 25 deletions
@@ -42,7 +42,7 @@ func addAlertMigrations(mg *Migrator) {
mg.AddMigration("create alert_rules_updates table v1", NewAddTableMigration(alert_changes))
alert_state_log := Table{
Name: "alert_state_log",
Name: "alert_state",
Columns: []*Column{
{Name: "id", Type: DB_BigInt, IsPrimaryKey: true, IsAutoIncrement: true},
{Name: "alert_id", Type: DB_BigInt, Nullable: false},