From 3f79a1d59ec972bb2acfc9c2a4381446acdbba7b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 28 Nov 2006 22:00:14 +0000 Subject: [PATCH] - insert Sliver into object_types table --- planetlab4.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planetlab4.sql b/planetlab4.sql index c6642a6..0b6122d 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql,v 1.49 2006/11/28 14:54:59 thierry Exp $ +-- $Id: planetlab4.sql,v 1.50 2006/11/28 21:48:08 tmack Exp $ -- -------------------------------------------------------------------------------- @@ -728,6 +728,7 @@ 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 ('Sliver'); INSERT INTO object_types (object_type) VALUES ('Unknown'); -- Events -- 2.43.0