Disabling automatic schema migration
You may want to disable automatic database schema migration in order to make the Sqedule server multi-instance safe.
To disable, set the configuration option auto-db-migrate
to false.
Warning
If you disable automatic database schema migration, then you become responsible for running database schema migrations manually every time you upgrade the Sqedule server.