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
WQCBGHP376557PRZDIITBRFAW4GULRDC3R5K6BDQACGDJYJ7P4OAC

Dependencies

  • [2] KN3VYE5P * Cleaned up the foreign key constraints.
  • [3] FGQPXZIX hydra: make nr of build to keep configurable per jobset
  • [4] FYO6NECE hydra
  • [5] JTRG7RDQ add 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
    [2.6097][2.6097:6244]()
    #ifdef POSTGRESQL
    alter table Jobsets
    add foreign key (project, name, nixExprInput)
    references JobsetInputs(project, jobset, name);
    #endif