Ignore:
Timestamp:
04/20/05 10:35:19 (19 years ago)
Author:
bastiaans
Message:

daemon/togad.py:

  • Empty values will now be properly ignored for dbase
  • Rewrote job ending determination and fixed a bug in it

daemon/job_dbase.sql:

  • Changed constraints on delete; keep nodes, delete job
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/job_dbase.sql

    r92 r96  
    2323CREATE TABLE job_nodes (
    2424        job_id                  INT NOT NULL REFERENCES jobs ON DELETE CASCADE,
    25         node_id                 INT NOT NULL REFERENCES nodes ON DELETE CASCADE,
     25        node_id                 INT NOT NULL REFERENCES nodes ON DELETE RESTRICT,
    2626        PRIMARY KEY ( job_id, node_id )
    2727);
Note: See TracChangeset for help on using the changeset viewer.