Sometimes it is just as important to know when no migrations need to be applied as when migrations are applied. Currently Ragtime silently does nothing which is fine in some situations, but not always. One possible route for this would be to add a new op for logging-reporter to handle. Perhaps a :no-op to go with :up and :down?
What are your thoughts?
Sometimes it is just as important to know when no migrations need to be applied as when migrations are applied. Currently Ragtime silently does nothing which is fine in some situations, but not always. One possible route for this would be to add a new
opforlogging-reporterto handle. Perhaps a:no-opto go with:upand:down?What are your thoughts?