Bots migration
To migrate old bot accounts (created with API v1) into new ones (available through the UI and API v2), please run the following script:
cd /opt/hth/application/backend/current/
bundle exec rails runner "Helix TeamHub::Services::BotsMigration.new.migrate"
This script is reusable, so it can be run when necessary.