Hi, the option skip_on_db_migrate does not seem to be honored when set to true in the yaml options file.
My config:
# .annotaterb.yml
...
:skip_on_db_migrate: true
...
Expected behaviour
When running migrate commands annotations would not be run.
Actual behaviour
Annotations are run.