• pbair's avatar
    Store only bare class names for batched migrations · 6eec3912
    pbair authored
    When storing `job_class_name` and `batch_class_name` values in the
    database, save only the bare class name, rather than the fully qualified
    name. The enclosing module will be dynamically attached to the class
    name in the application, when the class is requested.
    6eec3912
pb-store-bare-class-name-for-batched-migrations.yml 156 Bytes