forked from lix-project/hydra
Add postgresql 9.2 remark
This commit is contained in:
parent
ac177d0984
commit
b3c1c57a5b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
where x.project = c.project and x.jobset = c.jobset and x.job = c.job and x.system = c.system
|
where x.project = c.project and x.jobset = c.jobset and x.job = c.job and x.system = c.system
|
||||||
and x.id > c.id and r.buildstatus != r2.buildstatus);
|
and x.id > c.id and r.buildstatus != r2.buildstatus);
|
||||||
|
|
||||||
* Using PostgreSQL:
|
* Using PostgreSQL (version 9.2 or newer is required):
|
||||||
|
|
||||||
$ HYDRA_DBI="dbi:Pg:dbname=hydra;" hydra-server
|
$ HYDRA_DBI="dbi:Pg:dbname=hydra;" hydra-server
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue