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:
juanmanuelr 2011-08-11 15:56:10 +00:00
parent 87988a754f
commit 840a1a6a01
2 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -575,11 +575,3 @@ treport_custom_sql_insert(4, 'Group&#x20;view','&lt;&#x20;&#40;select&#x20;count
COMMIT;
END;;
--
-- Dumping data for table `tskin`
--
BEGIN
LOCK TABLE tskin IN EXCLUSIVE MODE;
INSERT INTO tskin VALUES (1,'skin&#x20;default', 'skin_default', 'Default&#x20;skin&#x20;for&#x20;Pandora&#x20;FMS&#x20;web&#x20;console', 1);
COMMIT;
END;;