redmine
redmine copied to clipboard
Add support for Azure managed SQL Server
Azure managed/serverless SQL Server does not support switching database with USE. The database must be set when connecting.
Add azure: true to config/database.yml will solve the problem.
Ref: https://stackoverflow.com/questions/75139153