Skip to content
Snippets Groups Projects
Commit ec23dbb7 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Merge branch 'master' of https://gitlab.haskell.org/ghc/ghc-bot into HEAD

parents e161a3bb edaa221f
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ CREATE TABLE test_results ...@@ -28,6 +28,8 @@ CREATE TABLE test_results
, UNIQUE (test_run_id, test_id) , UNIQUE (test_run_id, test_id)
); );
CREATE INDEX test_results_test_id_idx ON test_results(test_id);
CREATE VIEW results_view AS CREATE VIEW results_view AS
SELECT job_name SELECT job_name
, tests.name as test_name , tests.name as test_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment