2011-07-20 Junichi Satoh <junichi@rworks.jp>

* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added missing ';'.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4590 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2011-07-20 03:53:57 +00:00
parent 08a9219083
commit b6a2b62c02
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-07-20 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added missing ';'.
2011-07-19 Sergio Martin <sergio.martin@artica.es> 2011-07-19 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/agent_manager.php: Fixed agent icons * godmode/agentes/agent_manager.php: Fixed agent icons

View File

@ -219,6 +219,6 @@ ALTER TABLE `talert_templates` MODIFY COLUMN `type` ENUM('regex','max_min','max'
-- Table `tagente_modulo` to adapt the fields use to new prediction types and future modifications -- Table `tagente_modulo` to adapt the fields use to new prediction types and future modifications
-- ----------------------------------------------------- -- -----------------------------------------------------
UPDATE tagente_modulo SET prediction_module = 2 WHERE custom_integer_1 <> 0 AND prediction_module <> 0 UPDATE tagente_modulo SET prediction_module = 2 WHERE custom_integer_1 <> 0 AND prediction_module <> 0;
UPDATE tagente_modulo SET custom_integer_1 = prediction_module AND prediction_module = 1 WHERE custom_integer_1 = 0 AND prediction_module <> 0 UPDATE tagente_modulo SET custom_integer_1 = prediction_module AND prediction_module = 1 WHERE custom_integer_1 = 0 AND prediction_module <> 0;