2011-08-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* pandoradb.data.oracle.sql: Removed tskin data from this script. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4719 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
87988a754f
commit
840a1a6a01
|
@ -1,3 +1,7 @@
|
|||
2011-08-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* pandoradb.data.oracle.sql: Removed tskin data from this script.
|
||||
|
||||
2011-08-11 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* extensions/net_tools.php: Fixed a small bug related with agent
|
||||
|
|
|
@ -575,11 +575,3 @@ treport_custom_sql_insert(4, 'Group view','< (select count
|
|||
COMMIT;
|
||||
END;;
|
||||
|
||||
--
|
||||
-- Dumping data for table `tskin`
|
||||
--
|
||||
BEGIN
|
||||
LOCK TABLE tskin IN EXCLUSIVE MODE;
|
||||
INSERT INTO tskin VALUES (1,'skin default', 'skin_default', 'Default skin for Pandora FMS web console', 1);
|
||||
COMMIT;
|
||||
END;;
|
||||
|
|
Loading…
Reference in New Issue