vogelor
2010-05-01 abdc67d2c6a8d1978ae2180b357993d9aefbcd01
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;
-- --------------------------------------------------------