forked from lix-project/hydra
285754aff6
* The "Jobset" page now shows when evaluations are in progress (rather than just pending). * Restored the ability to do a single evaluation from the command line by doing "hydra-evaluator <project> <jobset>". * Fix some consistency issues between jobset status in PostgreSQL and in hydra-evaluator. In particular, "lastCheckedTime" was never updated internally.
2 lines
50 B
SQL
2 lines
50 B
SQL
alter table Jobsets add column startTime integer;
|