hydra/src/sql/upgrade-12.sql
Eelco Dolstra e96916533f Allow a per-jobset check interval
This allows checking a jobset (say) at most once a day.  It's also
possible to disable polling by setting the interval to 0.  This is
useful for jobsets that use push notification or are manually
evaluated.
2013-05-02 17:55:47 +02:00

2 lines
60 B
SQL

create index IndexBuildOutputsOnPath on BuildOutputs(path);