From 8ed29b2e1104264b830ab85c38c959f8dce9b27a Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 21 Jul 2011 10:18:36 +0000 Subject: [PATCH] 2011-07-21 Ramon Novoa * 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 --- pandora_console/ChangeLog | 4 ++++ pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0c2a486f1a..73782111ba 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-07-21 Ramon Novoa + + * extras/pandoradb_migrate_v3.2_to_v4.0.sql: Fixed a typo. + 2011-07-21 Sergio Martin * operation/agentes/status_monitor.php: Fixed an empty group check diff --git a/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql b/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql index 79b3f02cf1..19f1d53efa 100644 --- a/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql +++ b/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql @@ -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`