2011-03-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* pandoradb.data.postgreSQL.sql: Forgotten file from my last commit. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4133 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8be261e212
commit
1f962dc9c4
|
@ -1,3 +1,7 @@
|
|||
2011-03-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* pandoradb.data.postgreSQL.sql: Forgotten file from my last commit.
|
||||
|
||||
2011-03-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* pandoradb.oracle.sql: Added modifications in queries needed for
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue