Add support for data_usage event
This commit is contained in:
parent
2081c25b73
commit
54af7170d4
6 changed files with 40 additions and 16 deletions
|
|
@ -66,8 +66,8 @@ CREATE TABLE `results` (
|
|||
|
||||
-- This is a flag used to indicate if the result is done or is currently running.
|
||||
`is_done` TINYINT(1) NOT NULL,
|
||||
`data_usage_up` INTEGER NOT NULL,
|
||||
`data_usage_down` INTEGER NOT NULL,
|
||||
`data_usage_up` REAL NOT NULL,
|
||||
`data_usage_down` REAL NOT NULL,
|
||||
-- It's probably reasonable to set the maximum length to 260 as this is the
|
||||
-- maximum length of file paths on windows.
|
||||
`measurement_dir` VARCHAR(260) NOT NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue