There is no need for any DB script changes. When the MS starts up, it reads all
the config depot exposed by manager beans and update the DB appropriately.
-Koushik
On 07/11/16, 5:28 PM, "Jeff Hair" wrote:
Hi,
That's what I thought was the case. Is there any particular process for
Hi,
That's what I thought was the case. Is there any particular process for
moving configs to the depot besides just moving it out of the enum and into
a manager bean somewhere? For example, would the pull request(s) need to
have a database migration of some kind?
Jeff
*Jeff Hair*
Technical Lead
Config enum is legacy code. For any new configuration parameters ConfigDepot
should be used. Some of the parameters got moved from Config enum to the
appropriate manager classes (where it is getting used). But there are still lot
of them left to be moved. Feel free to submit a PR for moving some