Skip to content
Snippets Groups Projects
Commit c1a037f8 authored by System administrator's avatar System administrator
Browse files

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

parents 37ec4a51 e9410970
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ GRANT SELECT, INSERT ON ALL TABLES IN SCHEMA public TO "ghc-test-tracking";
GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA public TO "ghc-test-tracking";
CREATE TYPE result_type AS ENUM
('success', 'unexpected_failure', 'unexpected_pass');
('success', 'unexpected_failure', 'unexpected_pass', 'fragile');
CREATE TABLE tests
( id serial PRIMARY KEY
......
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