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` -- -----------------------------------------------------