From abdc67d2c6a8d1978ae2180b357993d9aefbcd01 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Sat, 01 May 2010 09:45:00 -0400 Subject: [PATCH] the first remote-action (os update) is implemented (for debian) --- install/sql/ispconfig3.sql | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql index e9db32e..07919e3 100644 --- a/install/sql/ispconfig3.sql +++ b/install/sql/ispconfig3.sql @@ -1159,9 +1159,10 @@ `tstamp` int(11) NOT NULL, `action_type` varchar(20) NOT NULL, `action_param` mediumtext NOT NULL, - `action_status` enum('pending','ok','warning','error') NOT NULL, + `action_state` enum('pending','ok','warning','error') NOT NULL, `response` mediumtext NOT NULL, - PRIMARY KEY (`action_id`) + PRIMARY KEY (`action_id`), + KEY `server_id` (`server_id`) ) ENGINE=MyISAM; -- -------------------------------------------------------- -- Gitblit v1.9.1