From: Tony Mack Date: Fri, 20 Oct 2006 19:00:41 +0000 (+0000) Subject: - added 'ConfFile' to object_types table X-Git-Tag: pycurl-7_13_1~487 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=88bab591da2017bc6a528d3da7116e2a3811d734;p=plcapi.git - added 'ConfFile' to object_types table --- diff --git a/planetlab4.sql b/planetlab4.sql index 25ad254..8d09e79 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql,v 1.17 2006/10/19 21:36:54 tmack Exp $ +-- $Id: planetlab4.sql,v 1.18 2006/10/20 17:56:23 mlhuang Exp $ -- -------------------------------------------------------------------------------- @@ -620,6 +620,7 @@ CREATE TABLE object_types ( INSERT INTO object_types (object_type) VALUES ('AddressType'); INSERT INTO object_types (object_type) VALUES ('Address'); 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 ('NetworkMethod');