diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index eadaf61546..ce9c075d8e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-03-24 Juan Manuel Ramon + + * pandoradb.data.postgreSQL.sql: Forgotten file from my last commit. + 2011-03-24 Juan Manuel Ramon * pandoradb.oracle.sql: Added modifications in queries needed for diff --git a/pandora_console/pandoradb.data.postgreSQL.sql b/pandora_console/pandoradb.data.postgreSQL.sql index 2407bbd421..1913a2dd8b 100644 --- a/pandora_console/pandoradb.data.postgreSQL.sql +++ b/pandora_console/pandoradb.data.postgreSQL.sql @@ -75,7 +75,11 @@ INSERT INTO "tconfig" ("token", "value") VALUES ('gis_purge', 15), ('sound_alert', 'include/sounds/air_shock_alarm.wav'), ('sound_critical', 'include/sounds/Star_Trek_emergency_simulation.wav'), -('sound_warning', 'include/sounds/negativebeep.wav'); +('sound_warning', 'include/sounds/negativebeep.wav'), +('integria_enabled', '0'), +('integria_api_password', ''), +('integria_inventory', '0'), +('integria_url', ''); COMMIT WORK;