Adds configs for the new LA and Mendota, IL servers. I also fixed a bug where city/state/country names weren't being translated correctly due to a caching issue.
I also added a database evolution to fix the mission_type_id in our db. This was an issue because of how we wrote our evolutions in the past. It had no impact on any of the code running on our servers, but it would cause problems when trying to manually run queries on the dbs because IDs weren't consistent between cities.
Resolves #3644 Resolves #3648
Adds configs for the new LA and Mendota, IL servers. I also fixed a bug where city/state/country names weren't being translated correctly due to a caching issue.
I also added a database evolution to fix the
mission_type_id
in our db. This was an issue because of how we wrote our evolutions in the past. It had no impact on any of the code running on our servers, but it would cause problems when trying to manually run queries on the dbs because IDs weren't consistent between cities.