Skip to content
  • Diogo Frazão's avatar
    The batched migrations should enforce requirements · ad09d057
    Diogo Frazão authored
    A transaction should not be open when we enqueue/finalize a batched
    background migration. We have added an extra condition to
    `queue_batched_background_migration` and
    `finalize_batched_background_migration` that validates this assumption.
    If a transaction is open, the system raises an exception.
    
    Changelog: added
    ad09d057