Fixed Error during 1.2 upgrade

This is an extension of an issue we already ran into, but it's specific to having a translation installed (with a translation of the TMS admin nav phrase).
 
This has been fixed for beta 2, though it involves big DB changes: many string-based identifiers are now case sensitive in the DB whereas they used to be case insensitive. In general, this shouldn't cause any issues as when we dealt with them in PHP, they were treated as case sensitive. This just makes it consistent.
 
Top Bottom