Open clintonb opened 7 years ago
This is a subclass of the general problem: we don't have a good way to remove fields from our database models, because that requires a backwards-incompatible migration.
(And backwards-incompatible migrations are also rolling-release incompatible migrations)
A recent attempt to remove a field from a config model failed: https://github.com/edx/edx-platform/pull/14939. Please document the process for removing fields.