Database and Configuration Changes

compared with
Current by Jun-Dir Liew
on Sep 30, 2008 10:14.

(show comment)
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View page history
h3. From 2.1 to 2.1.1

{info}
Changes to the database no longer need to be recorded here after 2.1. The dbupdates directory in lams.jar and each tool's jar should be considered the authoritative list of database changes - autopatch will execute these as needed.

This page should still be used to record any changes to configuration files such as log4j.xml, etc.
{info}

* Added new configuration setting for the Gmap tool for the GmapKey required to access the google api. NOTE: MAKE SURE THIS FIELD IS EMPTY FOR 2.1.1 INSTALLS/UPDATES
** insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) values ('GmapKey','', 'config.gmap.gmapkey', 'config.gmap.section.title', 'STRING', 0);