Skip to content

change mte by ibm everywhere

Jules Perrelet requested to merge change-mte-to-ibm into dev

Need to check before merge.

When deploying, we need to change the type in the app with the UI

And we need to run this in the db:

update users set orientation = "MIC-IBM" where orientation= "MIC-MTE";

Merge request reports