From 3ff00e1e8de8b8109c0f625950176a78dbcc2182 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 28 Nov 2006 21:48:08 +0000 Subject: [PATCH] - insert peers to object_types table --- planetlab4.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planetlab4.sql b/planetlab4.sql index 4448c48..c6642a6 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql,v 1.48 2006/11/28 10:25:03 thierry Exp $ +-- $Id: planetlab4.sql,v 1.49 2006/11/28 14:54:59 thierry Exp $ -- -------------------------------------------------------------------------------- @@ -719,6 +719,7 @@ INSERT INTO object_types (object_type) VALUES ('NodeGroup'); INSERT INTO object_types (object_type) VALUES ('NodeNetwork'); INSERT INTO object_types (object_type) VALUES ('Node'); INSERT INTO object_types (object_type) VALUES ('PCU'); +INSERT INTO object_types (object_type) VALUES ('Peer'); INSERT INTO object_types (object_type) VALUES ('Person'); INSERT INTO object_types (object_type) VALUES ('Role'); INSERT INTO object_types (object_type) VALUES ('Session'); -- 2.43.0