From: Tony Mack Date: Wed, 15 Nov 2006 21:07:30 +0000 (+0000) Subject: - add message as an object_type in object_types table X-Git-Tag: pycurl-7_13_1~295 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e71c8d8f6ce5726091af4a3e74de759ca67d7fb8;p=plcapi.git - add message as an object_type in object_types table --- diff --git a/planetlab4.sql b/planetlab4.sql index 1ae1461..f3855f5 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql,v 1.35 2006/11/15 10:59:54 thierry Exp $ +-- $Id: planetlab4.sql,v 1.36 2006/11/15 16:42:12 tmack Exp $ -- -------------------------------------------------------------------------------- @@ -723,6 +723,7 @@ INSERT INTO object_types (object_type) VALUES ('BootState'); INSERT INTO object_types (object_type) VALUES ('ConfFile'); INSERT INTO object_types (object_type) VALUES ('KeyType'); INSERT INTO object_types (object_type) VALUES ('Key'); +INSERT INTO object_types (object_type) VALUES ('Message'); INSERT INTO object_types (object_type) VALUES ('NetworkMethod'); INSERT INTO object_types (object_type) VALUES ('NetworkType'); INSERT INTO object_types (object_type) VALUES ('Network');