Skip to content

Stop testing non-batched background migrations

We don't support non-batched background migrations in gitlab anymore, so this is a first step towards removing support for testing them.

The notifier treats batched- and non-batched- migrations identically, so the only code to clean up is the rake invocation in db_testing.yml and the test background migration patch.

Edited by Simon Tomlinson

Merge request reports