add message attribute to let AddSliceToNodes method logged.
[plcapi.git] / planetlab5.sql
index f4c4ef9..fc39535 100644 (file)
@@ -13,6 +13,7 @@
 -- NOTE: this file was first created for version 4.3, the filename might be confusing
 --
 -- $Id$
+-- $URL$
 --
 
 SET client_encoding = 'UNICODE';
@@ -277,6 +278,7 @@ CREATE TABLE node_types (
     node_type text PRIMARY KEY
 ) WITH OIDS;
 INSERT INTO node_types (node_type) VALUES ('regular');
+-- old dummynet stuff, to be removed
 INSERT INTO node_types (node_type) VALUES ('dummynet');
 
 -- Nodes