tech(alerting): change interval -> frequency

This commit is contained in:
bergquist
2016-05-30 09:31:05 +02:00
parent 16a9e56eca
commit 077be210da
10 changed files with 9 additions and 12 deletions
@@ -20,7 +20,6 @@ func addAlertMigrations(mg *Migrator) {
{Name: "warn_operator", Type: DB_NVarchar, Length: 10, Nullable: false},
{Name: "crit_level", Type: DB_BigInt, Nullable: false},
{Name: "crit_operator", Type: DB_NVarchar, Length: 10, Nullable: false},
{Name: "interval", Type: DB_NVarchar, Length: 255, Nullable: false},
{Name: "frequency", Type: DB_BigInt, Nullable: false},
{Name: "title", Type: DB_NVarchar, Length: 255, Nullable: false},
{Name: "description", Type: DB_NVarchar, Length: 255, Nullable: false},