Return graph data at /graph/data
This commit is contained in:
parent
3cf444ffc2
commit
3c9fc1ce75
8 changed files with 138 additions and 5 deletions
|
|
@ -32,3 +32,6 @@ CREATE TABLE run_output (
|
|||
PRIMARY KEY (id, idx),
|
||||
FOREIGN KEY (id) REFERENCES runs (id) ON DELETE CASCADE
|
||||
) STRICT;
|
||||
|
||||
CREATE INDEX idx_run_measurements_name_id_value
|
||||
ON run_measurements (name, id, value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue