From 4f1cadae00c63c12a842478d07a6f0c93530b776 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sun, 25 Mar 2012 04:03:04 +0000 Subject: [PATCH] 2012-03-25 Junichi Satoh * extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql: Added a missing query. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5831 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ .../extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 6fccc9dd42..9174412c88 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-03-25 Junichi Satoh + + * extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql: Added a missing + query. + 2012-03-25 Junichi Satoh * extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql, diff --git a/pandora_console/extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql b/pandora_console/extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql index b855d8de5f..016f87104d 100644 --- a/pandora_console/extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql +++ b/pandora_console/extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql @@ -107,6 +107,11 @@ ALTER TABLE "talert_snmp" ADD COLUMN "_snmp_f6_" text DEFAULT ''; ALTER TABLE "talert_snmp" ADD COLUMN "trap_type" INTEGER NOT NULL DEFAULT '-1'; ALTER TABLE "talert_snmp" ADD COLUMN "single_value" varchar(255) DEFAULT ''; +-- ----------------------------------------------------- +-- Table `tagente_modulo` +-- ----------------------------------------------------- +ALTER TABLE "tagente_modulo" ADD COLUMN "module_ff_interval" INTEGER NOT NULL default 0; + -- ----------------------------------------------------- -- Table `tevent_filter` -- -----------------------------------------------------