From: Thierry Parmentelat Date: Mon, 19 Nov 2007 09:41:46 +0000 (+0000) Subject: missing oids in the conf_files table causes fc6 myplc to fail in /etc/plc.d/db X-Git-Tag: PLCAPI-4.2-0~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d069e062e7ffa02989eceb2e848ed2e5564a2e5e;p=plcapi.git missing oids in the conf_files table causes fc6 myplc to fail in /etc/plc.d/db --- 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