missing oids in the conf_files table causes fc6 myplc to fail in /etc/plc.d/db
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 19 Nov 2007 09:41:46 +0000 (09:41 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 19 Nov 2007 09:41:46 +0000 (09:41 +0000)
planetlab4.sql

index 8bfb42a..7482f87 100644 (file)
@@ -347,7 +347,7 @@ CREATE TABLE conf_files (
     error_cmd text, -- Shell command to execute if any error occurs
     ignore_cmd_errors bool NOT NULL DEFAULT false, -- Install file anyway even if an error occurs
     always_update bool NOT NULL DEFAULT false -- Always attempt to install file even if unchanged
-);
+) WITH OIDS;
 
 CREATE TABLE conf_file_node (
     conf_file_id integer REFERENCES conf_files NOT NULL, -- Configuration file identifier