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