X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab4.sql;h=9678193c4afefb047f0fec5d7e63f8af37d1b116;hb=0c78b7a81362496f2c3199e0bf504b6d8e9a50a5;hp=55f05f0f425d9e8f0ef86d4b6ea2d521a8a41612;hpb=7306b84d7f890afe342d2850d7f9e994f01c3181;p=plcapi.git diff --git a/planetlab4.sql b/planetlab4.sql index 55f05f0f..9678193c 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql,v 1.61 2007/01/11 05:26:34 mlhuang Exp $ +-- $Id: planetlab4.sql,v 1.62 2007/01/16 17:03:01 mlhuang Exp $ -- -------------------------------------------------------------------------------- @@ -753,6 +753,7 @@ CREATE TABLE events ( fault_code integer NOT NULL DEFAULT 0, -- Did this event result in error call_name text NOT NULL, -- Call responsible for this event call text NOT NULL, -- Call responsible for this event, including parameters + object_type text, -- What type of object is this event affecting message text, -- High level description of this event runtime float DEFAULT 0, -- Event run time time timestamp without time zone NOT NULL DEFAULT CURRENT_TIMESTAMP -- Event timestamp