Add bandwidth monitoring.

This commit is contained in:
Patrick Fairbank
2015-06-20 23:54:14 -07:00
parent 676d3b7787
commit 3e25f1334c
13 changed files with 157 additions and 28 deletions

View File

@@ -19,7 +19,8 @@ CREATE TABLE event_settings (
apusername VARCHAR(255),
appassword VARCHAR(255),
switchaddress VARCHAR(255),
switchpassword VARCHAR(255)
switchpassword VARCHAR(255),
bandwidthmonitoringenabled bool
);
-- +goose Down