2011-07-21 Ramon Novoa <rnovoa@artica.es>

* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Fixed a typo.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4612 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2011-07-21 10:18:36 +00:00
parent 88f98cea4c
commit 0c291bf516
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-21 Ramon Novoa <rnovoa@artica.es>
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Fixed a typo.
2011-07-21 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/status_monitor.php: Fixed an empty group check

View File

@ -122,7 +122,7 @@ UPDATE `tserver` SET `laststart` = "01-01-1970 00:00:00" WHERE `laststart` = "00
UPDATE `tserver` SET `keepalive` = "01-01-1970 00:00:00" WHERE `keepalive` = "0000-00-00 00:00:00";
UPDATE `ttrap` SET `timestamp` = "01-01-1970 00:00:00" WHERE `timestamp` = "0000-00-00 00:00:00";
UPDATE `tnews` SET `timestamp` = "01-01-1970 00:00:00" WHERE `timestamp` = "0000-00-00 00:00:00";
UPDATE `tserver_export` SET `timestamp` = "01-01-1970 00:00:00" WHERE `timestamp` = "0000-00-00 00:00:00";
UPDATE `tserver_export_data` SET `timestamp` = "01-01-1970 00:00:00" WHERE `timestamp` = "0000-00-00 00:00:00";
-- -----------------------------------------------------
-- Table `ttag`