From d069e062e7ffa02989eceb2e848ed2e5564a2e5e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 19 Nov 2007 09:41:46 +0000 Subject: [PATCH] missing oids in the conf_files table causes fc6 myplc to fail in /etc/plc.d/db --- planetlab4.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab4.sql b/planetlab4.sql index 8bfb42a3..7482f878 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -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 -- 2.45.2