From 88bab591da2017bc6a528d3da7116e2a3811d734 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 20 Oct 2006 19:00:41 +0000 Subject: [PATCH] - added 'ConfFile' to object_types table --- planetlab4.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'); -- 2.43.0