mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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
07bf8db69c
commit
8ed29b2e11
@ -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>
|
2011-07-21 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* operation/agentes/status_monitor.php: Fixed an empty group check
|
* 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 `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 `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 `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`
|
-- Table `ttag`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user