Author: rob
Date: Mon Mar 7 16:07:16 2011
New Revision: 26197
URL: https://svn.nixos.org/websvn/nix/?rev=26197&sc=1
Log:
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
Modified:
hydra/trunk/src/sql/hydra.sql
Modified: hydra/trunk/src/sql/hydra.sql
==============================================================================
--- hydra/trunk/src/sql/hydra.sql Mon Mar 7 16:02:23 2011 (r26196)
+++ hydra/trunk/src/sql/hydra.sql Mon Mar 7 16:07:16 2011 (r26197)
@@ -71,13 +71,6 @@
);
-#ifdef POSTGRESQL
-alter table Jobsets
- add foreign key (project, name, nixExprInput)
- references JobsetInputs(project, jobset, name);
-#endif
-
-
create table JobsetInputAlts (
project text not null,
jobset text not null,
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits