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:
parent
88f98cea4c
commit
0c291bf516
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue