- add SliceInstantiation as an object_type in object_types table
authorTony Mack <tmack@cs.princeton.edu>
Wed, 15 Nov 2006 21:34:48 +0000 (21:34 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 15 Nov 2006 21:34:48 +0000 (21:34 +0000)
planetlab4.sql

index f3855f5..d2c0b54 100644 (file)
@@ -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