From: Tony Mack Date: Tue, 28 Nov 2006 21:48:08 +0000 (+0000) Subject: - insert peers to object_types table X-Git-Tag: pycurl-7_13_1~235 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3ff00e1e8de8b8109c0f625950176a78dbcc2182;p=plcapi.git - insert peers to object_types table --- diff --git a/planetlab4.sql b/planetlab4.sql index 4448c482..c6642a6e 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');