feat(alerting): renamed scheduler to handler

This commit is contained in:
Torkel Ödegaard
2016-06-13 15:58:22 +02:00
parent 7f22b9eb6e
commit dac8b35a1a
7 changed files with 25 additions and 47 deletions

View File

@@ -17,7 +17,7 @@ func addAlertMigrations(mg *Migrator) {
{Name: "description", Type: DB_NVarchar, Length: 255, Nullable: false},
{Name: "state", Type: DB_NVarchar, Length: 255, Nullable: false},
{Name: "settings", Type: DB_Text, Nullable: false},
{Name: "scheduler", Type: DB_BigInt, Nullable: false},
{Name: "handler", Type: DB_BigInt, Nullable: false},
{Name: "enabled", Type: DB_Bool, Nullable: false},
{Name: "created", Type: DB_DateTime, Nullable: false},
{Name: "updated", Type: DB_DateTime, Nullable: false},