From 27eab55ab96830a688263c718f5960409d3288ad Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 15 Nov 2006 21:34:48 +0000 Subject: [PATCH] - add SliceInstantiation 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 f3855f54..d2c0b549 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql,v 1.36 2006/11/15 16:42:12 tmack Exp $ +-- $Id: planetlab4.sql,v 1.37 2006/11/15 21:07:30 tmack Exp $ -- -------------------------------------------------------------------------------- @@ -738,6 +738,7 @@ INSERT INTO object_types (object_type) VALUES ('Site'); INSERT INTO object_types (object_type) VALUES ('SliceAttributeType'); INSERT INTO object_types (object_type) VALUES ('SliceAttribute'); INSERT INTO object_types (object_type) VALUES ('Slice'); +INSERT INTO object_types (object_type) VALUES ('SliceInstantiation'); INSERT INTO object_types (object_type) VALUES ('Unknown'); -- Events -- 2.45.2