From e71c8d8f6ce5726091af4a3e74de759ca67d7fb8 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 15 Nov 2006 21:07:30 +0000 Subject: [PATCH] - add message as an object_type in object_types table --- planetlab4.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'); -- 2.43.0