Skip to content

Inline batched migrations only in dev env

Andreas Brandl requested to merge ab/inline-migrations into master

What does this MR do?

We keep the dev env inlining for convenience for now. Otherwise, developers would have to run the rake task whenever a data migration had been scheduled.

For test env, we don't want this. Primarily due to executing this in the database testing pipeline - where we don't want to inline the full migration (it can take a long time with data from GitLab.com).

Closes #328755 (closed)

Edited by Andreas Brandl

Merge request reports