remove fk constraint jobsets.nixExprInput -> JobsetInputs.name, would only work on postgresql in postpone-fk-checking mode (at end of transaction in stead of through the transaction) which is not the default
[?]
Mar 7, 2011, 4:07 PM
WQCBGHP376557PRZDIITBRFAW4GULRDC3R5K6BDQACGDJYJ7P4OACDependencies
- [2]
KN3VYE5P* Cleaned up the foreign key constraints. - [3]
FGQPXZIXhydra: make nr of build to keep configurable per jobset - [4]
FYO6NECEhydra - [5]
JTRG7RDQadd support for git as jobinput - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- edit in src/sql/hydra.sql at line 74
#ifdef POSTGRESQLalter table Jobsetsadd foreign key (project, name, nixExprInput)references JobsetInputs(project, jobset, name);#endif