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:
parent
08a9219083
commit
b6a2b62c02
|
@ -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>
|
||||
|
||||
* godmode/agentes/agent_manager.php: Fixed agent icons
|
||||
|
|
|
@ -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
|
||||
-- -----------------------------------------------------
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue