Remove migration helpers using BG migrations
Remove two older and not-recommended migration helpers which use background migrations to rename or change type of a column. Generally we prefer to use a custom BG migration for the time being, since these migration helpers have a few issues with their implementation. These migration helpers are also a good candidate to be reimplemented using batched background migrations, following current "best practices."
Showing
Please register or sign in to comment